Update base_requirements.txt

This commit is contained in:
Brian Tiemann
2026-03-04 16:04:18 -05:00
parent 7a0cf65252
commit 369c03f305

View File

@@ -4,7 +4,7 @@ colorama
# The Python web framework on which NetBox is built # The Python web framework on which NetBox is built
# https://docs.djangoproject.com/en/stable/releases/ # https://docs.djangoproject.com/en/stable/releases/
Django==5.2.* Django==6.0.*
# Django middleware which permits cross-domain API requests # Django middleware which permits cross-domain API requests
# https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
@@ -35,7 +35,8 @@ django-pglocks
# Prometheus metrics library for Django # Prometheus metrics library for Django
# https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md # https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md
django-prometheus # TODO: 2.4.1 is incompatible with Django>=6.0, but a fixed release is expected
django-prometheus==2.4.0
# Django caching backend using Redis # Django caching backend using Redis
# https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst