From 1315b8aad3605571eac6505df3f606e07e90f504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:33:28 +0000 Subject: [PATCH] Update django requirement from <5,>=4.2 to >=4.2,<6 --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1ca4eb523..6a839af32 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ django-tagging pytz git+https://github.com/graphite-project/whisper.git#egg=whisper git+https://github.com/graphite-project/ceres.git#egg=ceres -Django<5 +Django<6 pyparsing>=3.0.6 alabaster==0.7.12 Sphinx==1.3.6 diff --git a/requirements.txt b/requirements.txt index 2e4d9b44d..47905858e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ # deactivate # -Django>=4.2,<5 +Django>=4.2,<6 python-memcached>=1.58 txAMQP>=0.8.2,<0.9 django-tagging diff --git a/setup.py b/setup.py index 6f7b88212..d3cb14b03 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ def read(fname): package_data={'graphite': ['templates/*', 'local_settings.py.example']}, scripts=glob('bin/*'), data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples, - install_requires=['Django>=3.2,<4', 'django-tagging==0.5.0', 'pytz', + install_requires=['Django>=3.2,<6', 'django-tagging==0.5.0', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'six'], classifiers=[ 'Intended Audience :: Developers',