File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1414 attributes :
1515 label : NetBox version
1616 description : What version of NetBox are you currently running?
17- placeholder : v3.6.4
17+ placeholder : v3.6.5
1818 validations :
1919 required : true
2020 - type : dropdown
Original file line number Diff line number Diff line change 1414 attributes :
1515 label : NetBox version
1616 description : What version of NetBox are you currently running?
17- placeholder : v3.6.4
17+ placeholder : v3.6.5
1818 validations :
1919 required : true
2020 - type : dropdown
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ django-tables2
5353
5454# User-defined tags for objects
5555# https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
56- django-taggit
56+ # TODO: Upgrade to v5.0 for NetBox v3.7 beta
57+ django-taggit<5.0
5758
5859# A Django field for representing time zones
5960# https://github.com/mfogel/django-timezone-field/
Original file line number Diff line number Diff line change 11# NetBox v3.6
22
3- ## v3.6.5 (FUTURE )
3+ ## v3.6.5 (2023-11-09 )
44
55### Enhancements
66
Original file line number Diff line number Diff line change 2525# Environment setup
2626#
2727
28- VERSION = '3.6.5-dev '
28+ VERSION = '3.6.5'
2929
3030# Hostname
3131HOSTNAME = platform .node ()
Original file line number Diff line number Diff line change 11bleach == 6.1.0
2- Django == 4.2.6
2+ Django == 4.2.7
33django-cors-headers == 4.3.0
44django-debug-toolbar == 4.2.0
55django-filter == 23.3
@@ -21,16 +21,16 @@ graphene-django==3.0.0
2121gunicorn == 21.2.0
2222Jinja2 == 3.1.2
2323Markdown == 3.3.7
24- mkdocs-material == 9.4.6
24+ mkdocs-material == 9.4.8
2525mkdocstrings [python-legacy ]== 0.23.0
2626netaddr == 0.9.0
2727Pillow == 10.1.0
2828psycopg [binary,pool ]== 3.1.12
2929PyYAML == 6.0.1
3030requests == 2.31.0
31- sentry-sdk == 1.32 .0
31+ sentry-sdk == 1.34 .0
3232social-auth-app-django == 5.4.0
33- social-auth-core [openidconnect ]== 4.4.2
33+ social-auth-core [openidconnect ]== 4.5.0
3434svgwrite == 1.4.3
3535tablib == 3.5.0
3636tzdata == 2023.3
You can’t perform that action at this time.
0 commit comments