jeremystretch 2 лет назад
Родитель
Сommit
46d1d5a44a

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

@@ -14,7 +14,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v3.5.2
+      placeholder: v3.5.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.5.2
+      placeholder: v3.5.3
     validations:
       required: true
   - type: dropdown

+ 2 - 1
base_requirements.txt

@@ -84,7 +84,8 @@ feedparser
 
 # Django wrapper for Graphene (GraphQL support)
 # https://github.com/graphql-python/graphene-django/releases
-graphene_django
+# Pinned to v3.0.0 for GraphiQL UI issue (see #12762)
+graphene_django==3.0.0
 
 # WSGI HTTP server
 # https://docs.gunicorn.org/en/latest/news.html

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

@@ -1,6 +1,6 @@
 # NetBox v3.5
 
-## v3.5.3 (FUTURE)
+## v3.5.3 (2023-06-02)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
 # Environment setup
 #
 
-VERSION = '3.5.3-dev'
+VERSION = '3.5.3'
 
 # Hostname
 HOSTNAME = platform.node()

+ 5 - 5
requirements.txt

@@ -1,5 +1,5 @@
 bleach==6.0.0
-boto3==1.26.138
+boto3==1.26.145
 Django==4.1.9
 django-cors-headers==4.0.0
 django-debug-toolbar==4.1.0
@@ -16,20 +16,20 @@ django-taggit==4.0.0
 django-timezone-field==5.0
 djangorestframework==3.14.0
 drf-spectacular==0.26.2
-drf-spectacular-sidecar==2023.5.1
+drf-spectacular-sidecar==2023.6.1
 dulwich==0.21.5
 feedparser==6.0.10
 graphene-django==3.0.0
 gunicorn==20.1.0
 Jinja2==3.1.2
 Markdown==3.3.7
-mkdocs-material==9.1.14
-mkdocstrings[python-legacy]==0.21.2
+mkdocs-material==9.1.15
+mkdocstrings[python-legacy]==0.22.0
 netaddr==0.8.0
 Pillow==9.5.0
 psycopg2-binary==2.9.6
 PyYAML==6.0
-sentry-sdk==1.23.1
+sentry-sdk==1.25.0
 social-auth-app-django==5.2.0
 social-auth-core[openidconnect]==4.4.2
 svgwrite==1.4.3