Skip to content

Commit

Permalink
Update Lock-file Patch Releases for Next
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 896597a commit 6f82fc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Expand Up @@ -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
Expand All @@ -48,7 +48,7 @@ django-celery-beat = "~2.6.0"
# Provides a database backend & models for Celery task results
django-celery-results = "~2.5.1"
# 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.3.1"
# Store files in the database for background tasks
Expand All @@ -72,9 +72,9 @@ django-storages = {version = "~1.14.2", optional = true}
# Advanced HTML tables
django-tables2 = "~2.7.0"
# Tags
django-taggit = "~4.0.0"
django-taggit = "~5.0.0"
# Represent time zones in Django
django-timezone-field = "~5.1"
django-timezone-field = "~6.1.0"
# Tree database structures based on Common Table Expressions
django-tree-queries = "~0.17.0"
# Run production webservers such as uWSGI/gunicorn as a Django management command.
Expand All @@ -91,7 +91,7 @@ emoji = "~2.11.0"
GitPython = "~3.1.43"
# 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"
Expand All @@ -106,9 +106,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.10.1"
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.
Expand Down

0 comments on commit 6f82fc6

Please sign in to comment.