Skip to content

Commit 6617df3

Browse files
Update django requirement from <5,>=4.2 to >=4.2,<6
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@4.2...5.2.3) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c92e8c0 commit 6617df3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ django-tagging
44
pytz
55
git+https://github.com/graphite-project/whisper.git#egg=whisper
66
git+https://github.com/graphite-project/ceres.git#egg=ceres
7-
Django<5
7+
Django<6
88
pyparsing>=3.0.6
99
alabaster==1.0.0
1010
Sphinx==8.2.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# deactivate
3636
#
3737

38-
Django>=4.2,<5
38+
Django>=4.2,<6
3939
python-memcached>=1.58
4040
txAMQP>=0.8.2,<0.9
4141
django-tagging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def read(fname):
107107
package_data={'graphite': ['templates/*', 'local_settings.py.example']},
108108
scripts=glob('bin/*'),
109109
data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples,
110-
install_requires=['Django>=4.2,<5', 'django-tagging', 'pytz',
110+
install_requires=['Django>=4.2,<6', 'django-tagging', 'pytz',
111111
'pyparsing', 'cairocffi', 'urllib3', 'six'],
112112
classifiers=[
113113
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)