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

Update dependencies

This commit is contained in:
Jeremy Stretch
2024-03-29 09:20:29 -04:00
parent d707c65637
commit 0dedf602e8
2 changed files with 9 additions and 10 deletions

View File

@ -19,9 +19,8 @@ django-filter
django-htmx django-htmx
# Modified Preorder Tree Traversal (recursive nesting of objects) # Modified Preorder Tree Traversal (recursive nesting of objects)
# Pinned to 0.14.0; 0.15.0 requires Python 3.9+
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst # https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
django-mptt==0.14.0 django-mptt
# Context managers for PostgreSQL advisory locks # Context managers for PostgreSQL advisory locks
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt # https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt

View File

@ -1,14 +1,14 @@
Django==5.0.3 Django==5.0.3
django-cors-headers==4.3.1 django-cors-headers==4.3.1
django-debug-toolbar==4.3.0 django-debug-toolbar==4.3.0
django-filter==24.1 django-filter==24.2
django-htmx==1.17.3 django-htmx==1.17.3
django-mptt==0.14.0 django-mptt==0.16.0
django-pglocks==1.0.4 django-pglocks==1.0.4
django-prometheus==2.3.1 django-prometheus==2.3.1
django-redis==5.4.0 django-redis==5.4.0
django-rich==1.8.0 django-rich==1.8.0
django-rq==2.10.1 django-rq==2.10.2
django-taggit==5.0.1 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
@ -18,19 +18,19 @@ drf-spectacular-sidecar==2024.3.4
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.5.2 Markdown==3.6
mkdocs-material==9.5.13 mkdocs-material==9.5.15
mkdocstrings[python-legacy]==0.24.1 mkdocstrings[python-legacy]==0.24.1
netaddr==1.2.1 netaddr==1.2.1
nh3==0.2.15 nh3==0.2.17
Pillow==10.2.0 Pillow==10.2.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
social-auth-app-django==5.4.0 social-auth-app-django==5.4.0
social-auth-core[openidconnect]==4.5.3 social-auth-core[openidconnect]==4.5.3
strawberry-graphql==0.221.1 strawberry-graphql==0.222.0
strawberry-graphql-django==0.35.1 strawberry-graphql-django==0.35.1
svgwrite==1.4.3 svgwrite==1.4.3
tablib==3.5.0 tablib==3.6.0
tzdata==2024.1 tzdata==2024.1