Skip to content

Commit 40b78fa

Browse files
committed
fix min python for pip-compile
1 parent 2c5d652 commit 40b78fa

File tree

6 files changed

+81
-24
lines changed

6 files changed

+81
-24
lines changed

requirements/build.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile build.in
66
#
77
build==1.2.1
88
# via -r build.in
9+
importlib-metadata==8.4.0
10+
# via build
911
packaging==24.1
1012
# via build
1113
pyproject-hooks==1.1.0
1214
# via build
15+
tomli==2.0.1
16+
# via build
17+
zipp==3.20.0
18+
# via importlib-metadata

requirements/dev.txt

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile dev.in
66
#
7-
alabaster==1.0.0
7+
alabaster==0.7.13
88
# via
99
# -r docs.txt
1010
# sphinx
@@ -40,15 +40,22 @@ cryptography==43.0.0
4040
# via -r typing.txt
4141
distlib==0.3.8
4242
# via virtualenv
43-
docutils==0.21.2
43+
docutils==0.20.1
4444
# via
4545
# -r docs.txt
4646
# sphinx
4747
# sphinx-tabs
48+
exceptiongroup==1.2.2
49+
# via
50+
# -r tests.txt
51+
# -r typing.txt
52+
# pytest
4853
filelock==3.15.4
4954
# via
5055
# tox
5156
# virtualenv
57+
greenlet==3.0.3 ; python_version < "3.11"
58+
# via -r tests.txt
5259
identify==2.6.0
5360
# via pre-commit
5461
idna==3.8
@@ -59,6 +66,10 @@ imagesize==1.4.1
5966
# via
6067
# -r docs.txt
6168
# sphinx
69+
importlib-metadata==8.4.0
70+
# via
71+
# -r docs.txt
72+
# sphinx
6273
iniconfig==2.0.0
6374
# via
6475
# -r tests.txt
@@ -105,7 +116,7 @@ pluggy==1.5.0
105116
# -r typing.txt
106117
# pytest
107118
# tox
108-
pre-commit==3.8.0
119+
pre-commit==3.5.0
109120
# via -r dev.in
110121
pycparser==2.22
111122
# via
@@ -128,6 +139,10 @@ python-dotenv==1.0.1
128139
# via
129140
# -r tests.txt
130141
# -r typing.txt
142+
pytz==2024.1
143+
# via
144+
# -r docs.txt
145+
# babel
131146
pyyaml==6.0.2
132147
# via pre-commit
133148
requests==2.32.3
@@ -138,23 +153,23 @@ snowballstemmer==2.2.0
138153
# via
139154
# -r docs.txt
140155
# sphinx
141-
sphinx==8.0.2
156+
sphinx==7.1.2
142157
# via
143158
# -r docs.txt
144159
# pallets-sphinx-themes
145160
# sphinx-tabs
146161
# sphinxcontrib-log-cabinet
147162
sphinx-tabs==3.4.5
148163
# via -r docs.txt
149-
sphinxcontrib-applehelp==2.0.0
164+
sphinxcontrib-applehelp==1.0.4
150165
# via
151166
# -r docs.txt
152167
# sphinx
153-
sphinxcontrib-devhelp==2.0.0
168+
sphinxcontrib-devhelp==1.0.2
154169
# via
155170
# -r docs.txt
156171
# sphinx
157-
sphinxcontrib-htmlhelp==2.1.0
172+
sphinxcontrib-htmlhelp==2.0.1
158173
# via
159174
# -r docs.txt
160175
# sphinx
@@ -164,14 +179,22 @@ sphinxcontrib-jsmath==1.0.1
164179
# sphinx
165180
sphinxcontrib-log-cabinet==1.0.1
166181
# via -r docs.txt
167-
sphinxcontrib-qthelp==2.0.0
182+
sphinxcontrib-qthelp==1.0.3
168183
# via
169184
# -r docs.txt
170185
# sphinx
171-
sphinxcontrib-serializinghtml==2.0.0
186+
sphinxcontrib-serializinghtml==1.1.5
172187
# via
173188
# -r docs.txt
174189
# sphinx
190+
tomli==2.0.1
191+
# via
192+
# -r tests.txt
193+
# -r typing.txt
194+
# mypy
195+
# pyproject-api
196+
# pytest
197+
# tox
175198
tox==4.18.0
176199
# via -r dev.in
177200
types-contextvars==2.4.7.3
@@ -180,7 +203,9 @@ types-dataclasses==0.6.6
180203
# via -r typing.txt
181204
typing-extensions==4.12.2
182205
# via
206+
# -r tests.txt
183207
# -r typing.txt
208+
# asgiref
184209
# mypy
185210
urllib3==2.2.2
186211
# via
@@ -190,3 +215,7 @@ virtualenv==20.26.3
190215
# via
191216
# pre-commit
192217
# tox
218+
zipp==3.20.0
219+
# via
220+
# -r docs.txt
221+
# importlib-metadata

requirements/docs.txt

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile docs.in
66
#
7-
alabaster==1.0.0
7+
alabaster==0.7.13
88
# via sphinx
99
babel==2.16.0
1010
# via sphinx
1111
certifi==2024.7.4
1212
# via requests
1313
charset-normalizer==3.3.2
1414
# via requests
15-
docutils==0.21.2
15+
docutils==0.20.1
1616
# via
1717
# sphinx
1818
# sphinx-tabs
1919
idna==3.8
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23+
importlib-metadata==8.4.0
24+
# via sphinx
2325
jinja2==3.1.4
2426
# via sphinx
2527
markupsafe==2.1.5
@@ -34,31 +36,35 @@ pygments==2.18.0
3436
# via
3537
# sphinx
3638
# sphinx-tabs
39+
pytz==2024.1
40+
# via babel
3741
requests==2.32.3
3842
# via sphinx
3943
snowballstemmer==2.2.0
4044
# via sphinx
41-
sphinx==8.0.2
45+
sphinx==7.1.2
4246
# via
4347
# -r docs.in
4448
# pallets-sphinx-themes
4549
# sphinx-tabs
4650
# sphinxcontrib-log-cabinet
4751
sphinx-tabs==3.4.5
4852
# via -r docs.in
49-
sphinxcontrib-applehelp==2.0.0
53+
sphinxcontrib-applehelp==1.0.4
5054
# via sphinx
51-
sphinxcontrib-devhelp==2.0.0
55+
sphinxcontrib-devhelp==1.0.2
5256
# via sphinx
53-
sphinxcontrib-htmlhelp==2.1.0
57+
sphinxcontrib-htmlhelp==2.0.1
5458
# via sphinx
5559
sphinxcontrib-jsmath==1.0.1
5660
# via sphinx
5761
sphinxcontrib-log-cabinet==1.0.1
5862
# via -r docs.in
59-
sphinxcontrib-qthelp==2.0.0
63+
sphinxcontrib-qthelp==1.0.3
6064
# via sphinx
61-
sphinxcontrib-serializinghtml==2.0.0
65+
sphinxcontrib-serializinghtml==1.1.5
6266
# via sphinx
6367
urllib3==2.2.2
6468
# via requests
69+
zipp==3.20.0
70+
# via importlib-metadata

requirements/tests.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile tests.in
66
#
77
asgiref==3.8.1
88
# via -r tests.in
9+
exceptiongroup==1.2.2
10+
# via pytest
11+
greenlet==3.0.3 ; python_version < "3.11"
12+
# via -r tests.in
913
iniconfig==2.0.0
1014
# via pytest
1115
packaging==24.1
@@ -16,3 +20,7 @@ pytest==8.3.2
1620
# via -r tests.in
1721
python-dotenv==1.0.1
1822
# via -r tests.in
23+
tomli==2.0.1
24+
# via pytest
25+
typing-extensions==4.12.2
26+
# via asgiref

requirements/typing.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile typing.in
@@ -10,6 +10,8 @@ cffi==1.17.0
1010
# via cryptography
1111
cryptography==43.0.0
1212
# via -r typing.in
13+
exceptiongroup==1.2.2
14+
# via pytest
1315
iniconfig==2.0.0
1416
# via pytest
1517
mypy==1.11.1
@@ -30,9 +32,15 @@ pytest==8.3.2
3032
# via -r typing.in
3133
python-dotenv==1.0.1
3234
# via -r typing.in
35+
tomli==2.0.1
36+
# via
37+
# mypy
38+
# pytest
3339
types-contextvars==2.4.7.3
3440
# via -r typing.in
3541
types-dataclasses==0.6.6
3642
# via -r typing.in
3743
typing-extensions==4.12.2
38-
# via mypy
44+
# via
45+
# asgiref
46+
# mypy

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ skip_install = true
4646
commands = pre-commit autoupdate -j4
4747

4848
[testenv:update-requirements]
49-
base_python = 3.12
49+
base_python = 3.8
5050
labels = update
5151
deps = pip-tools
5252
skip_install = true

0 commit comments

Comments
 (0)