File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed 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 : v3.6.5
17
+ placeholder : v3.6.6
18
18
validations :
19
19
required : true
20
20
- 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 : v3.6.5
17
+ placeholder : v3.6.6
18
18
validations :
19
19
required : true
20
20
- type : dropdown
Original file line number Diff line number Diff line change 1
1
# NetBox v3.6
2
2
3
- ## v3.6.6 (FUTURE )
3
+ ## v3.6.6 (2023-11-29 )
4
4
5
5
### Enhancements
6
6
Original file line number Diff line number Diff line change 25
25
# Environment setup
26
26
#
27
27
28
- VERSION = '3.6.6-dev '
28
+ VERSION = '3.6.6'
29
29
30
30
# Hostname
31
31
HOSTNAME = platform .node ()
Original file line number Diff line number Diff line change 1
1
bleach == 6.1.0
2
2
Django == 4.2.7
3
- django-cors-headers == 4.3.0
3
+ django-cors-headers == 4.3.1
4
4
django-debug-toolbar == 4.2.0
5
- django-filter == 23.3
5
+ django-filter == 23.4
6
6
django-graphiql-debug-toolbar == 0.2.0
7
7
django-mptt == 0.14.0
8
8
django-pglocks == 1.0.4
9
9
django-prometheus == 2.3.1
10
10
django-redis == 5.4.0
11
11
django-rich == 1.8.0
12
- django-rq == 2.8.1
12
+ django-rq == 2.9.0
13
13
django-tables2 == 2.6.0
14
14
django-taggit == 4.0.0
15
- django-timezone-field == 6.0.1
15
+ django-timezone-field == 6.1.0
16
16
djangorestframework == 3.14.0
17
17
drf-spectacular == 0.26.5
18
18
drf-spectacular-sidecar == 2023.10.1
@@ -21,16 +21,16 @@ graphene-django==3.0.0
21
21
gunicorn == 21.2.0
22
22
Jinja2 == 3.1.2
23
23
Markdown == 3.3.7
24
- mkdocs-material == 9.4.8
25
- mkdocstrings [python-legacy ]== 0.23 .0
24
+ mkdocs-material == 9.4.14
25
+ mkdocstrings [python-legacy ]== 0.24 .0
26
26
netaddr == 0.9.0
27
27
Pillow == 10.1.0
28
- psycopg [binary,pool ]== 3.1.12
28
+ psycopg [binary,pool ]== 3.1.13
29
29
PyYAML == 6.0.1
30
30
requests == 2.31.0
31
- sentry-sdk == 1.34 .0
31
+ sentry-sdk == 1.38 .0
32
32
social-auth-app-django == 5.4.0
33
- social-auth-core [openidconnect ]== 4.5.0
33
+ social-auth-core [openidconnect ]== 4.5.1
34
34
svgwrite == 1.4.3
35
35
tablib == 3.5.0
36
36
tzdata == 2023.3
You can’t perform that action at this time.
0 commit comments