Skip to content

Commit

Permalink
Update django requirement from <5,>=4.2 to >=4.2,<6
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent d12d3b3 commit 1315b8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1315b8a

Please sign in to comment.