From 369c03f30516faca88609d8791b48647224a02af Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Wed, 4 Mar 2026 16:04:18 -0500 Subject: [PATCH] Update base_requirements.txt --- base_requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index 5c0fe3a75..5379e97a9 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -4,7 +4,7 @@ colorama # The Python web framework on which NetBox is built # https://docs.djangoproject.com/en/stable/releases/ -Django==5.2.* +Django==6.0.* # Django middleware which permits cross-domain API requests # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst @@ -35,7 +35,8 @@ django-pglocks # Prometheus metrics library for Django # 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 # https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst