From e4ecb67bfa67e10e8a248735fa80284130cf2895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:18:22 +0000 Subject: [PATCH] Update Lock-file Patch Releases for Next --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac25f1467a4..68139f3d1aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ python = ">=3.8,<3.13" # Background task processing celery = "~5.3.1" # Fundamental web framework for Nautobot -Django = "~3.2.25" +Django = "~5.0.0" # Adds AJAX capabilities to django-tables2 django-ajax-tables = "~1.1.1" # LDAP Support @@ -48,7 +48,7 @@ django-celery-beat = "~2.5.0" # Provides a database backend & models for Celery task results django-celery-results = "~2.4.0" # Management of app configuration via the Django admin UI -django-constance = {version = "~2.9.1", extras = ["database"]} +django-constance = {version = "~3.1.0", extras = ["database"]} # Permit cross-domain API requests django-cors-headers = "~4.2.0" # Store files in the database for background tasks @@ -72,10 +72,10 @@ django-storages = {version = "~1.13.2", optional = true} # Advanced HTML tables django-tables2 = "~2.6.0" # Tags -django-taggit = "~4.0.0" +django-taggit = "~5.0.0" # Represent time zones in Django # NOTE: django-timezone-field 4.2.x is available but appears to break our initial migrations? -django-timezone-field = "~5.1" +django-timezone-field = "~6.1.0" # Tree database structures based on Common Table Expressions django-tree-queries = "~0.16.1" # Run production webservers such as uWSGI/gunicorn as a Django management command. @@ -92,7 +92,7 @@ emoji = "~2.8.0" GitPython = "~3.1.41" # GraphQL support # NOTE: graphene-django 3.x is available but includes breaking changes. Will address in a future release. -graphene-django = "~2.16.0" +graphene-django = "~3.2.0" # Graphene Optimizer # NOTE: graphene-django-optimizer 0.9 and later require Graphene v3 graphene-django-optimizer = "~0.8.0" @@ -107,9 +107,9 @@ MarkupSafe = "~2.1.5" # MySQL database adapter mysqlclient = {version = "~2.2.3", optional = true} # NAPALM automation library -napalm = {version = "~4.1.0", optional = true} +napalm = {version = "~5.0.0", optional = true} # IP prefix and address handling -netaddr = "~0.8.0" +netaddr = "~1.2.0" # Library of network related utilities including network driver mappings and Jinja Filters # Note: netutils is limited in scope, dependencies, and observes semver, as such # we permit a looser (^) version constraint here.