Skip to content

Commit 503c78b

Browse files
committed
Release v3.7.3
1 parent cb05288 commit 503c78b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body:
2525
attributes:
2626
label: NetBox Version
2727
description: What version of NetBox are you currently running?
28-
placeholder: v3.7.2
28+
placeholder: v3.7.3
2929
validations:
3030
required: true
3131
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v3.7.2
17+
placeholder: v3.7.3
1818
validations:
1919
required: true
2020
- type: dropdown

base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mkdocs-material
105105
mkdocstrings[python-legacy]
106106

107107
# Library for manipulating IP prefixes and addresses
108-
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG
108+
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst
109109
netaddr
110110

111111
# Fork of PIL (Python Imaging Library) for image processing

docs/release-notes/version-3.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v3.7
22

3-
## v3.7.3 (FUTURE)
3+
## v3.7.3 (2024-02-21)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Environment setup
2929
#
3030

31-
VERSION = '3.7.3-dev'
31+
VERSION = '3.7.3'
3232

3333
# Hostname
3434
HOSTNAME = platform.node()

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bleach==6.1.0
2-
Django==4.2.9
2+
Django==4.2.10
33
django-cors-headers==4.3.1
44
django-debug-toolbar==4.3.0
55
django-filter==23.5
@@ -21,15 +21,15 @@ graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.3
2323
Markdown==3.5.2
24-
mkdocs-material==9.5.7
24+
mkdocs-material==9.5.10
2525
mkdocstrings[python-legacy]==0.24.0
26-
netaddr==0.10.1
26+
netaddr==1.2.1
2727
Pillow==10.2.0
2828
psycopg[binary,pool]==3.1.18
2929
PyYAML==6.0.1
3030
requests==2.31.0
3131
social-auth-app-django==5.4.0
32-
social-auth-core[openidconnect]==4.5.2
32+
social-auth-core[openidconnect]==4.5.3
3333
svgwrite==1.4.3
3434
tablib==3.5.0
35-
tzdata==2023.4
35+
tzdata==2024.1

0 commit comments

Comments
 (0)