File tree 8 files changed +20
-17
lines changed
8 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 26
26
attributes :
27
27
label : NetBox Version
28
28
description : What version of NetBox are you currently running?
29
- placeholder : v4.0.1
29
+ placeholder : v4.0.2
30
30
validations :
31
31
required : true
32
32
- type : dropdown
Original file line number Diff line number Diff line change 14
14
attributes :
15
15
label : NetBox version
16
16
description : What version of NetBox are you currently running?
17
- placeholder : v4.0.1
17
+ placeholder : v4.0.2
18
18
validations :
19
19
required : true
20
20
- type : dropdown
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ social-auth-app-django
131
131
strawberry-graphql
132
132
133
133
# Strawberry GraphQL Django extension
134
- # https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
134
+ # https://github.com/strawberry-graphql/strawberry-django/releases
135
135
strawberry-graphql-django
136
136
137
137
# SVG image rendering (used for rack elevations)
Original file line number Diff line number Diff line change 1
1
# NetBox v4.0
2
2
3
- ## v4.0.2 (FUTURE)
3
+ ## v4.0.2 (2024-05-14)
4
+
5
+ !!! warning "Important"
6
+ This release includes an important security fix, and is a strongly recommended update for all users. More details will follow.
4
7
5
8
### Enhancements
6
9
Original file line number Diff line number Diff line change 25
25
# Environment setup
26
26
#
27
27
28
- VERSION = '4.0.2-dev '
28
+ VERSION = '4.0.2'
29
29
HOSTNAME = platform .node ()
30
30
# Set the base directory two levels up
31
31
BASE_DIR = os .path .dirname (os .path .dirname (os .path .abspath (__file__ )))
Original file line number Diff line number Diff line change 30
30
"gridstack" : " 10.1.2" ,
31
31
"htmx.org" : " 1.9.12" ,
32
32
"query-string" : " 9.0.0" ,
33
- "sass" : " 1.77.0 " ,
33
+ "sass" : " 1.77.1 " ,
34
34
"tom-select" : " 2.3.1" ,
35
35
"typeface-inter" : " 3.18.1" ,
36
36
"typeface-roboto-mono" : " 1.1.13"
Original file line number Diff line number Diff line change @@ -1816,9 +1816,9 @@ ignore@^5.2.0:
1816
1816
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1817
1817
1818
1818
immutable@^4.0.0 :
1819
- version "4.3.5 "
1820
- resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.5 .tgz#f8b436e66d59f99760dc577f5c99a4fd2a5cc5a0 "
1821
- integrity sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw ==
1819
+ version "4.3.6 "
1820
+ resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.6 .tgz#6a05f7858213238e587fb83586ffa3b4b27f0447 "
1821
+ integrity sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ ==
1822
1822
1823
1823
import-fresh@^3.2.1 :
1824
1824
version "3.3.0"
@@ -2482,10 +2482,10 @@ safe-regex-test@^1.0.3:
2482
2482
es-errors "^1.3.0"
2483
2483
is-regex "^1.1.4"
2484
2484
2485
-
2486
- version "1.77.0 "
2487
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.0 .tgz#e736c69aff9fae4a4e6dae60a979eee9c942f321 "
2488
- integrity sha512-eGj4HNfXqBWtSnvItNkn7B6icqH14i3CiCGbzMKs3BAPTq62pp9NBYsBgyN4cA+qssqo9r26lW4JSvlaUUWbgw ==
2485
+
2486
+ version "1.77.1 "
2487
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.1 .tgz#018cdfb206afd14724030c02e9fefd8f30a76cd0 "
2488
+ integrity sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w ==
2489
2489
dependencies :
2490
2490
chokidar ">=3.0.0 <4.0.0"
2491
2491
immutable "^4.0.0"
Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ feedparser==6.0.11
20
20
gunicorn == 22.0.0
21
21
Jinja2 == 3.1.4
22
22
Markdown == 3.6
23
- mkdocs-material == 9.5.21
23
+ mkdocs-material == 9.5.22
24
24
mkdocstrings [python-legacy ]== 0.25.1
25
25
netaddr == 1.2.1
26
26
nh3 == 0.2.17
27
27
Pillow == 10.3.0
28
- psycopg [c,pool ]== 3.1.18
28
+ psycopg [c,pool ]== 3.1.19
29
29
PyYAML == 6.0.1
30
30
requests == 2.31.0
31
31
social-auth-app-django == 5.4.1
32
32
social-auth-core == 4.5.4
33
- strawberry-graphql == 0.227.4
34
- strawberry-graphql-django == 0.39.2
33
+ strawberry-graphql == 0.229.0
34
+ strawberry-graphql-django == 0.40.0
35
35
svgwrite == 1.4.3
36
36
tablib == 3.6.1
37
37
tzdata == 2024.1
You can’t perform that action at this time.
0 commit comments