Skip to content

Commit 5941624

Browse files
committed
adjust pip-compile for py310
1 parent b2a8ce6 commit 5941624

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

dev-requirements.txt

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,46 @@
11
backports-tarfile==1.2.0
22
# via jaraco-context
3-
certifi==2025.11.12
3+
cachetools==6.2.4
4+
# via tox
5+
certifi==2026.1.4
46
# via requests
57
cffi==2.0.0
68
# via cryptography
9+
chardet==5.2.0
10+
# via tox
711
charset-normalizer==3.4.4
812
# via requests
13+
colorama==0.4.6
14+
# via tox
915
cryptography==46.0.3
1016
# via secretstorage
1117
distlib==0.4.0
1218
# via virtualenv
1319
docutils==0.22.4
1420
# via readme-renderer
15-
filelock==3.19.1
21+
filelock==3.20.2
1622
# via
1723
# tox
1824
# virtualenv
1925
id==1.5.0
2026
# via twine
2127
idna==3.11
2228
# via requests
23-
importlib-metadata==8.7.0
24-
# via
25-
# keyring
26-
# twine
29+
importlib-metadata==8.7.1
30+
# via keyring
2731
jaraco-classes==3.4.0
2832
# via keyring
29-
jaraco-context==6.0.1
33+
jaraco-context==6.0.2
3034
# via keyring
31-
jaraco-functools==4.3.0
35+
jaraco-functools==4.4.0
3236
# via keyring
3337
jeepney==0.9.0
3438
# via
3539
# keyring
3640
# secretstorage
3741
keyring==25.7.0
3842
# via twine
39-
markdown-it-py==3.0.0
43+
markdown-it-py==4.0.0
4044
# via rich
4145
mdurl==0.1.2
4246
# via markdown-it-py
@@ -48,20 +52,23 @@ nh3==0.3.2
4852
# via readme-renderer
4953
packaging==25.0
5054
# via
55+
# pyproject-api
5156
# tox
5257
# twine
53-
platformdirs==4.4.0
54-
# via virtualenv
58+
platformdirs==4.5.1
59+
# via
60+
# tox
61+
# virtualenv
5562
pluggy==1.6.0
5663
# via tox
57-
py==1.11.0
58-
# via tox
5964
pycparser==2.23
6065
# via cffi
6166
pygments==2.19.2
6267
# via
6368
# readme-renderer
6469
# rich
70+
pyproject-api==1.10.0
71+
# via tox
6572
readme-renderer==44.0
6673
# via twine
6774
requests==2.32.5
@@ -75,19 +82,20 @@ rfc3986==2.0.0
7582
# via twine
7683
rich==14.2.0
7784
# via twine
78-
secretstorage==3.3.3
85+
secretstorage==3.5.0
7986
# via keyring
80-
six==1.17.0
81-
# via tox
82-
toml==0.10.2
83-
# via tox
87+
tomli==2.3.0
88+
# via
89+
# pyproject-api
90+
# tox
8491
tox==4.33.0
8592
# via -r dev-requirements.in
8693
twine==6.2.0
8794
# via -r dev-requirements.in
8895
typing-extensions==4.15.0
8996
# via
9097
# cryptography
98+
# tox
9199
# virtualenv
92100
urllib3==2.6.2
93101
# via

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alembic==1.16.5
1+
alembic==1.17.2
22
# via -r test-requirements.in
33
async-timeout==5.0.1
44
# via asyncpg
@@ -8,9 +8,9 @@ exceptiongroup==1.3.1
88
# via pytest
99
futures==3.0.5
1010
# via -r test-requirements.in
11-
greenlet==3.2.4
11+
greenlet==3.3.0
1212
# via sqlalchemy
13-
iniconfig==2.1.0
13+
iniconfig==2.3.0
1414
# via pytest
1515
mako==1.3.10
1616
# via alembic
@@ -24,13 +24,13 @@ packaging==25.0
2424
# via pytest
2525
pluggy==1.6.0
2626
# via pytest
27-
psycopg==3.2.13
27+
psycopg==3.3.2
2828
# via -r test-requirements.in
2929
psycopg2==2.9.11
3030
# via -r test-requirements.in
3131
pygments==2.19.2
3232
# via pytest
33-
pytest==8.4.2
33+
pytest==9.0.2
3434
# via -r test-requirements.in
3535
sqlalchemy==2.0.45
3636
# via

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands =
2222
[testenv:pip-compile]
2323
skip_install = True
2424
deps =
25-
pip-tools==6.13.0
25+
pip-tools==7.5.2
2626
commands =
2727
pip-compile --upgrade --no-emit-index-url --no-header --resolver=backtracking dev-requirements.in
2828
pip-compile --upgrade --no-emit-index-url --no-header --resolver=backtracking test-requirements.in

0 commit comments

Comments
 (0)