Skip to content

Commit c77b099

Browse files
committed
remove min python for pip-compile
1 parent 40b78fa commit c77b099

File tree

6 files changed

+23
-81
lines changed

6 files changed

+23
-81
lines changed

requirements/build.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.12
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
119
packaging==24.1
1210
# via build
1311
pyproject-hooks==1.1.0
1412
# via build
15-
tomli==2.0.1
16-
# via build
17-
zipp==3.20.0
18-
# via importlib-metadata

requirements/dev.txt

Lines changed: 10 additions & 39 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.8
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile dev.in
66
#
7-
alabaster==0.7.13
7+
alabaster==1.0.0
88
# via
99
# -r docs.txt
1010
# sphinx
@@ -40,22 +40,15 @@ cryptography==43.0.0
4040
# via -r typing.txt
4141
distlib==0.3.8
4242
# via virtualenv
43-
docutils==0.20.1
43+
docutils==0.21.2
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
5348
filelock==3.15.4
5449
# via
5550
# tox
5651
# virtualenv
57-
greenlet==3.0.3 ; python_version < "3.11"
58-
# via -r tests.txt
5952
identify==2.6.0
6053
# via pre-commit
6154
idna==3.8
@@ -66,10 +59,6 @@ imagesize==1.4.1
6659
# via
6760
# -r docs.txt
6861
# sphinx
69-
importlib-metadata==8.4.0
70-
# via
71-
# -r docs.txt
72-
# sphinx
7362
iniconfig==2.0.0
7463
# via
7564
# -r tests.txt
@@ -116,7 +105,7 @@ pluggy==1.5.0
116105
# -r typing.txt
117106
# pytest
118107
# tox
119-
pre-commit==3.5.0
108+
pre-commit==3.8.0
120109
# via -r dev.in
121110
pycparser==2.22
122111
# via
@@ -139,10 +128,6 @@ python-dotenv==1.0.1
139128
# via
140129
# -r tests.txt
141130
# -r typing.txt
142-
pytz==2024.1
143-
# via
144-
# -r docs.txt
145-
# babel
146131
pyyaml==6.0.2
147132
# via pre-commit
148133
requests==2.32.3
@@ -153,23 +138,23 @@ snowballstemmer==2.2.0
153138
# via
154139
# -r docs.txt
155140
# sphinx
156-
sphinx==7.1.2
141+
sphinx==8.0.2
157142
# via
158143
# -r docs.txt
159144
# pallets-sphinx-themes
160145
# sphinx-tabs
161146
# sphinxcontrib-log-cabinet
162147
sphinx-tabs==3.4.5
163148
# via -r docs.txt
164-
sphinxcontrib-applehelp==1.0.4
149+
sphinxcontrib-applehelp==2.0.0
165150
# via
166151
# -r docs.txt
167152
# sphinx
168-
sphinxcontrib-devhelp==1.0.2
153+
sphinxcontrib-devhelp==2.0.0
169154
# via
170155
# -r docs.txt
171156
# sphinx
172-
sphinxcontrib-htmlhelp==2.0.1
157+
sphinxcontrib-htmlhelp==2.1.0
173158
# via
174159
# -r docs.txt
175160
# sphinx
@@ -179,22 +164,14 @@ sphinxcontrib-jsmath==1.0.1
179164
# sphinx
180165
sphinxcontrib-log-cabinet==1.0.1
181166
# via -r docs.txt
182-
sphinxcontrib-qthelp==1.0.3
167+
sphinxcontrib-qthelp==2.0.0
183168
# via
184169
# -r docs.txt
185170
# sphinx
186-
sphinxcontrib-serializinghtml==1.1.5
171+
sphinxcontrib-serializinghtml==2.0.0
187172
# via
188173
# -r docs.txt
189174
# 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
198175
tox==4.18.0
199176
# via -r dev.in
200177
types-contextvars==2.4.7.3
@@ -203,9 +180,7 @@ types-dataclasses==0.6.6
203180
# via -r typing.txt
204181
typing-extensions==4.12.2
205182
# via
206-
# -r tests.txt
207183
# -r typing.txt
208-
# asgiref
209184
# mypy
210185
urllib3==2.2.2
211186
# via
@@ -215,7 +190,3 @@ virtualenv==20.26.3
215190
# via
216191
# pre-commit
217192
# tox
218-
zipp==3.20.0
219-
# via
220-
# -r docs.txt
221-
# importlib-metadata

requirements/docs.txt

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile docs.in
66
#
7-
alabaster==0.7.13
7+
alabaster==1.0.0
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.20.1
15+
docutils==0.21.2
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
2523
jinja2==3.1.4
2624
# via sphinx
2725
markupsafe==2.1.5
@@ -36,35 +34,31 @@ pygments==2.18.0
3634
# via
3735
# sphinx
3836
# sphinx-tabs
39-
pytz==2024.1
40-
# via babel
4137
requests==2.32.3
4238
# via sphinx
4339
snowballstemmer==2.2.0
4440
# via sphinx
45-
sphinx==7.1.2
41+
sphinx==8.0.2
4642
# via
4743
# -r docs.in
4844
# pallets-sphinx-themes
4945
# sphinx-tabs
5046
# sphinxcontrib-log-cabinet
5147
sphinx-tabs==3.4.5
5248
# via -r docs.in
53-
sphinxcontrib-applehelp==1.0.4
49+
sphinxcontrib-applehelp==2.0.0
5450
# via sphinx
55-
sphinxcontrib-devhelp==1.0.2
51+
sphinxcontrib-devhelp==2.0.0
5652
# via sphinx
57-
sphinxcontrib-htmlhelp==2.0.1
53+
sphinxcontrib-htmlhelp==2.1.0
5854
# via sphinx
5955
sphinxcontrib-jsmath==1.0.1
6056
# via sphinx
6157
sphinxcontrib-log-cabinet==1.0.1
6258
# via -r docs.in
63-
sphinxcontrib-qthelp==1.0.3
59+
sphinxcontrib-qthelp==2.0.0
6460
# via sphinx
65-
sphinxcontrib-serializinghtml==1.1.5
61+
sphinxcontrib-serializinghtml==2.0.0
6662
# via sphinx
6763
urllib3==2.2.2
6864
# via requests
69-
zipp==3.20.0
70-
# via importlib-metadata

requirements/tests.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.12
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
139
iniconfig==2.0.0
1410
# via pytest
1511
packaging==24.1
@@ -20,7 +16,3 @@ pytest==8.3.2
2016
# via -r tests.in
2117
python-dotenv==1.0.1
2218
# 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: 2 additions & 10 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.8
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile typing.in
@@ -10,8 +10,6 @@ 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
1513
iniconfig==2.0.0
1614
# via pytest
1715
mypy==1.11.1
@@ -32,15 +30,9 @@ pytest==8.3.2
3230
# via -r typing.in
3331
python-dotenv==1.0.1
3432
# via -r typing.in
35-
tomli==2.0.1
36-
# via
37-
# mypy
38-
# pytest
3933
types-contextvars==2.4.7.3
4034
# via -r typing.in
4135
types-dataclasses==0.6.6
4236
# via -r typing.in
4337
typing-extensions==4.12.2
44-
# via
45-
# asgiref
46-
# mypy
38+
# via mypy

tox.ini

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

4848
[testenv:update-requirements]
49-
base_python = 3.8
5049
labels = update
5150
deps = pip-tools
5251
skip_install = true

0 commit comments

Comments
 (0)