mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Release v4.0-beta1
This commit is contained in:
parent
489e956d83
commit
97b9117982
@ -132,7 +132,8 @@ strawberry-graphql
|
|||||||
|
|
||||||
# Strawberry GraphQL Django extension
|
# Strawberry GraphQL Django extension
|
||||||
# https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
|
# 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)
|
# SVG image rendering (used for rack elevations)
|
||||||
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst
|
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# NetBox v4.0
|
# NetBox v4.0
|
||||||
|
|
||||||
## v4.0.0 (FUTURE)
|
## v4.0-beta1 (2024-04-03)
|
||||||
|
|
||||||
!!! tip "Plugin Maintainers"
|
!!! 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.
|
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.
|
||||||
|
@ -24,7 +24,7 @@ from utilities.string import trailing_slash
|
|||||||
# Environment setup
|
# Environment setup
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = '4.0.0-dev'
|
VERSION = '4.0-beta1'
|
||||||
HOSTNAME = platform.node()
|
HOSTNAME = platform.node()
|
||||||
# Set the base directory two levels up
|
# Set the base directory two levels up
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
@ -13,17 +13,17 @@ django-taggit==5.0.1
|
|||||||
django-tables2==2.7.0
|
django-tables2==2.7.0
|
||||||
django-timezone-field==6.1.0
|
django-timezone-field==6.1.0
|
||||||
djangorestframework==3.15.1
|
djangorestframework==3.15.1
|
||||||
drf-spectacular==0.27.1
|
drf-spectacular==0.27.2
|
||||||
drf-spectacular-sidecar==2024.3.4
|
drf-spectacular-sidecar==2024.4.1
|
||||||
feedparser==6.0.11
|
feedparser==6.0.11
|
||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
Markdown==3.6
|
Markdown==3.6
|
||||||
mkdocs-material==9.5.15
|
mkdocs-material==9.5.17
|
||||||
mkdocstrings[python-legacy]==0.24.1
|
mkdocstrings[python-legacy]==0.24.2
|
||||||
netaddr==1.2.1
|
netaddr==1.2.1
|
||||||
nh3==0.2.17
|
nh3==0.2.17
|
||||||
Pillow==10.2.0
|
Pillow==10.3.0
|
||||||
psycopg[c,pool]==3.1.18
|
psycopg[c,pool]==3.1.18
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
Loading…
Reference in New Issue
Block a user