diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 4dacec7ce..b0b8c02ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index a198fd731..bc99999c0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.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 diff --git a/base_requirements.txt b/base_requirements.txt index 82c2d1abc..de885eeb2 100644 --- a/base_requirements.txt +++ b/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 diff --git a/docs/release-notes/version-3.7.md b/docs/release-notes/version-3.7.md index bd09960d9..8b14fe8d8 100644 --- a/docs/release-notes/version-3.7.md +++ b/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 diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 41177fd4b..0c4a9102a 100644 --- a/netbox/netbox/settings.py +++ b/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() diff --git a/requirements.txt b/requirements.txt index b46b7fe1c..5218657f2 100644 --- a/requirements.txt +++ b/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