mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Update Python dependencies
This commit is contained in:
parent
9ad05c430b
commit
ebc900784b
@ -8,10 +8,7 @@ django-cors-headers
|
|||||||
|
|
||||||
# Runtime UI tool for debugging Django
|
# Runtime UI tool for debugging Django
|
||||||
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
|
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
|
||||||
# See: https://django-debug-toolbar.readthedocs.io/en/latest/changes.html#id1
|
django-debug-toolbar
|
||||||
# "Wrap SHOW_TOOLBAR_CALLBACK function with sync_to_async or async_to_sync to allow sync/async
|
|
||||||
# compatibility." breaks stawberry-graphql-django at version 0.52.0 (current)
|
|
||||||
django-debug-toolbar==5.0.1
|
|
||||||
|
|
||||||
# Library for writing reusable URL query filters
|
# Library for writing reusable URL query filters
|
||||||
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
|
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
|
||||||
@ -143,8 +140,7 @@ strawberry-graphql
|
|||||||
|
|
||||||
# Strawberry GraphQL Django extension
|
# Strawberry GraphQL Django extension
|
||||||
# https://github.com/strawberry-graphql/strawberry-django/releases
|
# https://github.com/strawberry-graphql/strawberry-django/releases
|
||||||
# Pinned to v0.52.0 for suspected upstream bug; see #18329
|
strawberry-graphql-django
|
||||||
strawberry-graphql-django==0.52.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
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
"bottom-to-top",
|
"bottom-to-top",
|
||||||
"top-to-bottom",
|
"top-to-bottom",
|
||||||
"passive",
|
"passive",
|
||||||
"mixed"
|
"mixed",
|
||||||
|
"outside-inside"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"weight-unit": {
|
"weight-unit": {
|
||||||
|
@ -29,6 +29,7 @@ NetBox requires the following dependencies:
|
|||||||
|
|
||||||
| NetBox Version | Python min | Python max | PostgreSQL min | Redis min | Documentation |
|
| NetBox Version | Python min | Python max | PostgreSQL min | Redis min | Documentation |
|
||||||
|:--------------:|:----------:|:----------:|:--------------:|:---------:|:-------------------------------------------------------------------------------------------------:|
|
|:--------------:|:----------:|:----------:|:--------------:|:---------:|:-------------------------------------------------------------------------------------------------:|
|
||||||
|
| 4.3 | 3.10 | 3.12 | 13 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.3.0/docs/installation/index.md) |
|
||||||
| 4.2 | 3.10 | 3.12 | **13** | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.2.0/docs/installation/index.md) |
|
| 4.2 | 3.10 | 3.12 | **13** | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.2.0/docs/installation/index.md) |
|
||||||
| 4.1 | 3.10 | 3.12 | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.1.0/docs/installation/index.md) |
|
| 4.1 | 3.10 | 3.12 | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.1.0/docs/installation/index.md) |
|
||||||
| 4.0 | **3.10** | **3.12** | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.0.0/docs/installation/index.md) |
|
| 4.0 | **3.10** | **3.12** | 12 | 4.0 | [Link](https://github.com/netbox-community/netbox/blob/v4.0.0/docs/installation/index.md) |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Django==5.2.0
|
Django==5.2.0
|
||||||
django-cors-headers==4.7.0
|
django-cors-headers==4.7.0
|
||||||
django-debug-toolbar==5.0.1
|
django-debug-toolbar==5.1.0
|
||||||
django-filter==25.1
|
django-filter==25.1
|
||||||
django-htmx==1.23.0
|
django-htmx==1.23.0
|
||||||
django-graphiql-debug-toolbar==0.2.0
|
django-graphiql-debug-toolbar==0.2.0
|
||||||
@ -10,7 +10,7 @@ django-prometheus==2.3.1
|
|||||||
django-redis==5.4.0
|
django-redis==5.4.0
|
||||||
django-rich==1.14.0
|
django-rich==1.14.0
|
||||||
django-rq==3.0
|
django-rq==3.0
|
||||||
django-storages==1.14.4
|
django-storages==1.14.6
|
||||||
django-taggit==6.1.0
|
django-taggit==6.1.0
|
||||||
django-tables2==2.7.5
|
django-tables2==2.7.5
|
||||||
django-timezone-field==7.1
|
django-timezone-field==7.1
|
||||||
@ -21,20 +21,20 @@ feedparser==6.0.11
|
|||||||
gunicorn==23.0.0
|
gunicorn==23.0.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
Markdown==3.7
|
Markdown==3.8
|
||||||
mkdocs-material==9.6.11
|
mkdocs-material==9.6.11
|
||||||
mkdocstrings[python]==0.29.1
|
mkdocstrings[python]==0.29.1
|
||||||
netaddr==1.3.0
|
netaddr==1.3.0
|
||||||
nh3==0.2.21
|
nh3==0.2.21
|
||||||
Pillow==11.1.0
|
Pillow==11.2.1
|
||||||
psycopg[c,pool]==3.2.6
|
psycopg[c,pool]==3.2.6
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
rq==2.1.0
|
rq==2.3.2
|
||||||
social-auth-app-django==5.4.3
|
social-auth-app-django==5.4.3
|
||||||
social-auth-core==4.5.6
|
social-auth-core==4.5.6
|
||||||
strawberry-graphql==0.263.2
|
strawberry-graphql==0.264.0
|
||||||
strawberry-graphql-django==0.52.0
|
strawberry-graphql-django==0.58.0
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
||||||
tablib==3.8.0
|
tablib==3.8.0
|
||||||
tzdata==2025.2
|
tzdata==2025.2
|
||||||
|
Loading…
Reference in New Issue
Block a user