Skip to content

Commit 83bcfd0

Browse files
committed
Let's try Django 4.2
1 parent 859fc91 commit 83bcfd0

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

docs/requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
## Requirements for documentation
2-
Django>=1.11.19,<2.3
2+
cairocffi
33
django-tagging==0.4.6
4-
sphinx
5-
sphinx_rtd_theme
64
pytz
75
git+https://github.com/graphite-project/whisper.git#egg=whisper
8-
scandir;python_version<"3.5"
6+
git+https://github.com/graphite-project/ceres.git#egg=ceres
7+
Django<5
8+
pyparsing>=3.0.6
9+
alabaster==0.7.12
10+
Sphinx==1.3.6
11+
jinja2<3.1.0
12+
sphinx_rtd_theme
13+
urllib3
14+
scandir;python_version<"3.5"

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>=3.2,<4
38+
Django>=3.2,<5
3939
python-memcached==1.58
4040
txAMQP==0.8
4141
django-tagging==0.4.6

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps =
3434
git+https://github.com/graphite-project/whisper.git#egg=whisper
3535
git+https://github.com/graphite-project/ceres.git#egg=ceres
3636
pyparsing3: pyparsing>=3.0.6
37-
django32: Django>=3.2,<4
37+
django32: Django>=3.2,<5
3838
urllib3
3939
redis
4040
rrdtool
@@ -52,7 +52,7 @@ deps =
5252
pytz
5353
git+https://github.com/graphite-project/whisper.git#egg=whisper
5454
git+https://github.com/graphite-project/ceres.git#egg=ceres
55-
Django<4
55+
Django<5
5656
pyparsing3: pyparsing>=3.0.6
5757
alabaster==0.7.12
5858
Sphinx==1.3.6

0 commit comments

Comments
 (0)