Jeremy Stretch 2 anni fa
parent
commit
503c78b0db

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -25,7 +25,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v3.7.2
+      placeholder: v3.7.3
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -14,7 +14,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v3.7.2
+      placeholder: v3.7.3
     validations:
       required: true
   - type: dropdown

+ 1 - 1
base_requirements.txt

@@ -105,7 +105,7 @@ mkdocs-material
 mkdocstrings[python-legacy]
 
 # Library for manipulating IP prefixes and addresses
-# https://github.com/netaddr/netaddr/blob/master/CHANGELOG
+# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
 netaddr
 
 # Fork of PIL (Python Imaging Library) for image processing

+ 1 - 1
docs/release-notes/version-3.7.md

@@ -1,6 +1,6 @@
 # NetBox v3.7
 
-## v3.7.3 (FUTURE)
+## v3.7.3 (2024-02-21)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
 # Environment setup
 #
 
-VERSION = '3.7.3-dev'
+VERSION = '3.7.3'
 
 # Hostname
 HOSTNAME = platform.node()

+ 5 - 5
requirements.txt

@@ -1,5 +1,5 @@
 bleach==6.1.0
-Django==4.2.9
+Django==4.2.10
 django-cors-headers==4.3.1
 django-debug-toolbar==4.3.0
 django-filter==23.5
@@ -21,15 +21,15 @@ graphene-django==3.0.0
 gunicorn==21.2.0
 Jinja2==3.1.3
 Markdown==3.5.2
-mkdocs-material==9.5.7
+mkdocs-material==9.5.10
 mkdocstrings[python-legacy]==0.24.0
-netaddr==0.10.1
+netaddr==1.2.1
 Pillow==10.2.0
 psycopg[binary,pool]==3.1.18
 PyYAML==6.0.1
 requests==2.31.0
 social-auth-app-django==5.4.0
-social-auth-core[openidconnect]==4.5.2
+social-auth-core[openidconnect]==4.5.3
 svgwrite==1.4.3
 tablib==3.5.0
-tzdata==2023.4
+tzdata==2024.1