Skip to content

Commit e050992

Browse files
committed
chore: make upgrade (with 3.10)
1 parent 8527fcd commit e050992

File tree

5 files changed

+119
-7
lines changed

5 files changed

+119
-7
lines changed

requirements/dev.txt

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ babel==2.17.0
1414
# via
1515
# -r requirements/quality.txt
1616
# sphinx
17+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
18+
# via
19+
# -r requirements/quality.txt
20+
# jaraco-context
1721
black==25.11.0
1822
# via -r requirements/quality.txt
1923
build==1.3.0
@@ -86,6 +90,10 @@ docutils==0.21.2
8690
# restructuredtext-lint
8791
# sphinx
8892
# sphinx-rtd-theme
93+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
94+
# via
95+
# -r requirements/quality.txt
96+
# pytest
8997
filelock==3.20.0
9098
# via
9199
# -r requirements/tox.txt
@@ -105,6 +113,11 @@ imagesize==1.4.1
105113
# via
106114
# -r requirements/quality.txt
107115
# sphinx
116+
importlib-metadata==8.7.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
117+
# via
118+
# -r requirements/quality.txt
119+
# build
120+
# keyring
108121
iniconfig==2.3.0
109122
# via
110123
# -r requirements/quality.txt
@@ -294,7 +307,7 @@ rich==14.2.0
294307
# via
295308
# -r requirements/quality.txt
296309
# twine
297-
roman-numerals-py==3.1.0
310+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
298311
# via
299312
# -r requirements/quality.txt
300313
# sphinx
@@ -315,7 +328,12 @@ snowballstemmer==3.0.1
315328
# -r requirements/quality.txt
316329
# pydocstyle
317330
# sphinx
318-
sphinx==8.2.3
331+
sphinx==8.1.3 ; python_full_version < '3.11'
332+
# via
333+
# -r requirements/quality.txt
334+
# sphinx-rtd-theme
335+
# sphinxcontrib-jquery
336+
sphinx==8.2.3 ; python_full_version >= '3.11'
319337
# via
320338
# -r requirements/quality.txt
321339
# sphinx-rtd-theme
@@ -354,6 +372,20 @@ stevedore==5.6.0
354372
# via
355373
# -r requirements/quality.txt
356374
# doc8
375+
tomli==2.3.0 ; python_full_version < '3.11'
376+
# via
377+
# -r requirements/quality.txt
378+
# -r requirements/tox.txt
379+
# black
380+
# build
381+
# check-manifest
382+
# doc8
383+
# mypy
384+
# pylint
385+
# pyproject-api
386+
# pytest
387+
# sphinx
388+
# tox
357389
tomlkit==0.13.3
358390
# via
359391
# -r requirements/quality.txt
@@ -373,8 +405,15 @@ types-toml==0.10.8.20240310
373405
typing-extensions==4.15.0
374406
# via
375407
# -r requirements/quality.txt
408+
# -r requirements/tox.txt
409+
# astroid
410+
# black
411+
# cryptography
412+
# exceptiongroup
376413
# mypy
377414
# pudb
415+
# tox
416+
# virtualenv
378417
urllib3==2.5.0
379418
# via
380419
# -r requirements/quality.txt
@@ -399,3 +438,7 @@ wcwidth==0.2.14
399438
# via
400439
# -r requirements/quality.txt
401440
# urwid
441+
zipp==3.23.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
442+
# via
443+
# -r requirements/quality.txt
444+
# importlib-metadata

requirements/doc.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ docutils==0.21.2
4747
# restructuredtext-lint
4848
# sphinx
4949
# sphinx-rtd-theme
50+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
51+
# via
52+
# -r requirements/test.txt
53+
# pytest
5054
freezegun==1.5.5
5155
# via -r requirements/test.txt
5256
idna==3.11
@@ -141,15 +145,20 @@ responses==0.25.8
141145
# via -r requirements/test.txt
142146
restructuredtext-lint==2.0.2
143147
# via doc8
144-
roman-numerals-py==3.1.0
148+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
145149
# via sphinx
146150
six==1.17.0
147151
# via
148152
# -r requirements/test.txt
149153
# python-dateutil
150154
snowballstemmer==3.0.1
151155
# via sphinx
152-
sphinx==8.2.3
156+
sphinx==8.1.3 ; python_full_version < '3.11'
157+
# via
158+
# -r requirements/doc.in
159+
# sphinx-rtd-theme
160+
# sphinxcontrib-jquery
161+
sphinx==8.2.3 ; python_full_version >= '3.11'
153162
# via
154163
# -r requirements/doc.in
155164
# sphinx-rtd-theme
@@ -172,13 +181,22 @@ sphinxcontrib-serializinghtml==2.0.0
172181
# via sphinx
173182
stevedore==5.6.0
174183
# via doc8
184+
tomli==2.3.0 ; python_full_version < '3.11'
185+
# via
186+
# -r requirements/test.txt
187+
# doc8
188+
# pylint
189+
# pytest
190+
# sphinx
175191
tomlkit==0.13.3
176192
# via
177193
# -r requirements/test.txt
178194
# pylint
179195
typing-extensions==4.15.0
180196
# via
181197
# -r requirements/test.txt
198+
# astroid
199+
# exceptiongroup
182200
# pudb
183201
urllib3==2.5.0
184202
# via

requirements/quality.txt

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ babel==2.17.0
1717
# via
1818
# -r requirements/doc.txt
1919
# sphinx
20+
backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
21+
# via jaraco-context
2022
black==25.11.0
2123
# via -r requirements/quality.in
2224
build==1.3.0
@@ -77,6 +79,11 @@ docutils==0.21.2
7779
# restructuredtext-lint
7880
# sphinx
7981
# sphinx-rtd-theme
82+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
83+
# via
84+
# -r requirements/doc.txt
85+
# -r requirements/test.txt
86+
# pytest
8087
freezegun==1.5.5
8188
# via
8289
# -r requirements/doc.txt
@@ -92,6 +99,10 @@ imagesize==1.4.1
9299
# via
93100
# -r requirements/doc.txt
94101
# sphinx
102+
importlib-metadata==8.7.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
103+
# via
104+
# build
105+
# keyring
95106
iniconfig==2.3.0
96107
# via
97108
# -r requirements/doc.txt
@@ -267,7 +278,7 @@ rfc3986==2.0.0
267278
# via twine
268279
rich==14.2.0
269280
# via twine
270-
roman-numerals-py==3.1.0
281+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
271282
# via
272283
# -r requirements/doc.txt
273284
# sphinx
@@ -285,7 +296,12 @@ snowballstemmer==3.0.1
285296
# -r requirements/doc.txt
286297
# pydocstyle
287298
# sphinx
288-
sphinx==8.2.3
299+
sphinx==8.1.3 ; python_full_version < '3.11'
300+
# via
301+
# -r requirements/doc.txt
302+
# sphinx-rtd-theme
303+
# sphinxcontrib-jquery
304+
sphinx==8.2.3 ; python_full_version >= '3.11'
289305
# via
290306
# -r requirements/doc.txt
291307
# sphinx-rtd-theme
@@ -324,6 +340,18 @@ stevedore==5.6.0
324340
# via
325341
# -r requirements/doc.txt
326342
# doc8
343+
tomli==2.3.0 ; python_full_version < '3.11'
344+
# via
345+
# -r requirements/doc.txt
346+
# -r requirements/test.txt
347+
# black
348+
# build
349+
# check-manifest
350+
# doc8
351+
# mypy
352+
# pylint
353+
# pytest
354+
# sphinx
327355
tomlkit==0.13.3
328356
# via
329357
# -r requirements/doc.txt
@@ -343,6 +371,10 @@ typing-extensions==4.15.0
343371
# via
344372
# -r requirements/doc.txt
345373
# -r requirements/test.txt
374+
# astroid
375+
# black
376+
# cryptography
377+
# exceptiongroup
346378
# mypy
347379
# pudb
348380
urllib3==2.5.0
@@ -369,3 +401,5 @@ wcwidth==0.2.14
369401
# -r requirements/doc.txt
370402
# -r requirements/test.txt
371403
# urwid
404+
zipp==3.23.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
405+
# via importlib-metadata

requirements/test.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ coverage==7.12.0
2828
# via -r requirements/test.in
2929
dill==0.4.0
3030
# via pylint
31+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
32+
# via pytest
3133
freezegun==1.5.5
3234
# via -r requirements/test.in
3335
idna==3.11
@@ -93,10 +95,17 @@ responses==0.25.8
9395
# via -r requirements/test.in
9496
six==1.17.0
9597
# via python-dateutil
98+
tomli==2.3.0 ; python_full_version < '3.11'
99+
# via
100+
# pylint
101+
# pytest
96102
tomlkit==0.13.3
97103
# via pylint
98104
typing-extensions==4.15.0
99-
# via pudb
105+
# via
106+
# astroid
107+
# exceptiongroup
108+
# pudb
100109
urllib3==2.5.0
101110
# via
102111
# -r requirements/base.txt

requirements/tox.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ pluggy==1.6.0
2424
# via tox
2525
pyproject-api==1.10.0
2626
# via tox
27+
tomli==2.3.0 ; python_full_version < '3.11'
28+
# via
29+
# pyproject-api
30+
# tox
2731
tox==4.32.0
2832
# via -r requirements/tox.in
33+
typing-extensions==4.15.0 ; python_full_version < '3.11'
34+
# via
35+
# tox
36+
# virtualenv
2937
virtualenv==20.35.4
3038
# via tox

0 commit comments

Comments
 (0)