diff --git a/base_requirements.txt b/base_requirements.txt index b810cb56f..0c6e308e1 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -8,10 +8,7 @@ django-cors-headers # Runtime UI tool for debugging Django # https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst -# See: https://django-debug-toolbar.readthedocs.io/en/latest/changes.html#id1 -# "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 +django-debug-toolbar # Library for writing reusable URL query filters # https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst @@ -143,8 +140,7 @@ strawberry-graphql # Strawberry GraphQL Django extension # https://github.com/strawberry-graphql/strawberry-django/releases -# Pinned to v0.52.0 for suspected upstream bug; see #18329 -strawberry-graphql-django==0.52.0 +strawberry-graphql-django # SVG image rendering (used for rack elevations) # https://github.com/mozman/svgwrite/blob/master/NEWS.rst diff --git a/contrib/generated_schema.json b/contrib/generated_schema.json index 66a61cbad..ca33e01ad 100644 --- a/contrib/generated_schema.json +++ b/contrib/generated_schema.json @@ -16,7 +16,8 @@ "bottom-to-top", "top-to-bottom", "passive", - "mixed" + "mixed", + "outside-inside" ] }, "weight-unit": { diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 41b0e9662..a81f0186a 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -29,6 +29,7 @@ NetBox requires the following dependencies: | 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.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) | diff --git a/requirements.txt b/requirements.txt index 1dfdc1e4a..7537809d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==5.2.0 django-cors-headers==4.7.0 -django-debug-toolbar==5.0.1 +django-debug-toolbar==5.1.0 django-filter==25.1 django-htmx==1.23.0 django-graphiql-debug-toolbar==0.2.0 @@ -10,7 +10,7 @@ django-prometheus==2.3.1 django-redis==5.4.0 django-rich==1.14.0 django-rq==3.0 -django-storages==1.14.4 +django-storages==1.14.6 django-taggit==6.1.0 django-tables2==2.7.5 django-timezone-field==7.1 @@ -21,20 +21,20 @@ feedparser==6.0.11 gunicorn==23.0.0 Jinja2==3.1.6 jsonschema==4.23.0 -Markdown==3.7 +Markdown==3.8 mkdocs-material==9.6.11 mkdocstrings[python]==0.29.1 netaddr==1.3.0 nh3==0.2.21 -Pillow==11.1.0 +Pillow==11.2.1 psycopg[c,pool]==3.2.6 PyYAML==6.0.2 requests==2.32.3 -rq==2.1.0 +rq==2.3.2 social-auth-app-django==5.4.3 social-auth-core==4.5.6 -strawberry-graphql==0.263.2 -strawberry-graphql-django==0.52.0 +strawberry-graphql==0.264.0 +strawberry-graphql-django==0.58.0 svgwrite==1.4.3 tablib==3.8.0 tzdata==2025.2