1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v4.0-beta1

This commit is contained in:
Jeremy Stretch
2024-04-03 08:44:34 -04:00
parent 489e956d83
commit 97b9117982
4 changed files with 9 additions and 8 deletions

View File

@ -132,7 +132,8 @@ strawberry-graphql
# Strawberry GraphQL Django extension
# https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
strawberry-graphql-django
# Pinned per #15574
strawberry-graphql-django==0.34.0
# SVG image rendering (used for rack elevations)
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst

View File

@ -1,6 +1,6 @@
# NetBox v4.0
## v4.0.0 (FUTURE)
## v4.0-beta1 (2024-04-03)
!!! tip "Plugin Maintainers"
Please see the dedicated [plugin migration guide](../plugins/development/migration-v4.md) for a checklist of changes that may be needed to ensure compatibility with NetBox v4.0.

View File

@ -24,7 +24,7 @@ from utilities.string import trailing_slash
# Environment setup
#
VERSION = '4.0.0-dev'
VERSION = '4.0-beta1'
HOSTNAME = platform.node()
# Set the base directory two levels up
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

View File

@ -13,17 +13,17 @@ django-taggit==5.0.1
django-tables2==2.7.0
django-timezone-field==6.1.0
djangorestframework==3.15.1
drf-spectacular==0.27.1
drf-spectacular-sidecar==2024.3.4
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.4.1
feedparser==6.0.11
gunicorn==21.2.0
Jinja2==3.1.3
Markdown==3.6
mkdocs-material==9.5.15
mkdocstrings[python-legacy]==0.24.1
mkdocs-material==9.5.17
mkdocstrings[python-legacy]==0.24.2
netaddr==1.2.1
nh3==0.2.17
Pillow==10.2.0
Pillow==10.3.0
psycopg[c,pool]==3.1.18
PyYAML==6.0.1
requests==2.31.0