Skip to content

Commit 0f39142

Browse files
Update django requirement from <6,>=4.2 to >=6.1.1,<7
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@4.2...6.1.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b23b548 commit 0f39142

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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<6
7+
Django<7
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,<6
38+
Django>=6.1.1,<7
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
@@ -116,7 +116,7 @@ def read(fname):
116116
scripts=glob("bin/*"),
117117
data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples,
118118
install_requires=[
119-
"Django>=4.2,<6",
119+
"Django>=4.2,<7",
120120
"django-tagging",
121121
"pytz",
122122
"pyparsing",

0 commit comments

Comments
 (0)