Jeremy Stretch 1 год назад
Родитель
Сommit
335a8d6449

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

@@ -26,7 +26,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v3.7.6
+      placeholder: v3.7.7
     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.6
+      placeholder: v3.7.7
     validations:
       required: true
   - type: dropdown

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

@@ -1,6 +1,6 @@
 # NetBox v3.7
 
-## v3.7.7 (FUTURE)
+## v3.7.7 (2024-05-01)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

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

+ 5 - 5
requirements.txt

@@ -15,21 +15,21 @@ django-tables2==2.7.0
 django-timezone-field==6.1.0
 djangorestframework==3.14.0
 drf-spectacular==0.27.2
-drf-spectacular-sidecar==2024.4.1
+drf-spectacular-sidecar==2024.5.1
 feedparser==6.0.11
 graphene-django==3.0.0
 gunicorn==22.0.0
 Jinja2==3.1.3
 Markdown==3.6
-mkdocs-material==9.5.18
-mkdocstrings[python-legacy]==0.24.3
+mkdocs-material==9.5.20
+mkdocstrings[python-legacy]==0.25.0
 netaddr==1.2.1
 Pillow==10.3.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.3
+social-auth-app-django==5.4.1
+social-auth-core==4.5.4
 svgwrite==1.4.3
 tablib==3.6.1
 tzdata==2024.1