File tree Expand file tree Collapse file tree 3 files changed +32
-24
lines changed
Expand file tree Collapse file tree 3 files changed +32
-24
lines changed Original file line number Diff line number Diff line change 11backports-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
57cffi == 2.0.0
68 # via cryptography
9+ chardet == 5.2.0
10+ # via tox
711charset-normalizer == 3.4.4
812 # via requests
13+ colorama == 0.4.6
14+ # via tox
915cryptography == 46.0.3
1016 # via secretstorage
1117distlib == 0.4.0
1218 # via virtualenv
1319docutils == 0.22.4
1420 # via readme-renderer
15- filelock == 3.19.1
21+ filelock == 3.20.2
1622 # via
1723 # tox
1824 # virtualenv
1925id == 1.5.0
2026 # via twine
2127idna == 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
2731jaraco-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
3337jeepney == 0.9.0
3438 # via
3539 # keyring
3640 # secretstorage
3741keyring == 25.7.0
3842 # via twine
39- markdown-it-py == 3 .0.0
43+ markdown-it-py == 4 .0.0
4044 # via rich
4145mdurl == 0.1.2
4246 # via markdown-it-py
@@ -48,20 +52,23 @@ nh3==0.3.2
4852 # via readme-renderer
4953packaging == 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
5562pluggy == 1.6.0
5663 # via tox
57- py == 1.11.0
58- # via tox
5964pycparser == 2.23
6065 # via cffi
6166pygments == 2.19.2
6267 # via
6368 # readme-renderer
6469 # rich
70+ pyproject-api == 1.10.0
71+ # via tox
6572readme-renderer == 44.0
6673 # via twine
6774requests == 2.32.5
@@ -75,19 +82,20 @@ rfc3986==2.0.0
7582 # via twine
7683rich == 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
8491tox == 4.33.0
8592 # via -r dev-requirements.in
8693twine == 6.2.0
8794 # via -r dev-requirements.in
8895typing-extensions == 4.15.0
8996 # via
9097 # cryptography
98+ # tox
9199 # virtualenv
92100urllib3 == 2.6.2
93101 # via
Original file line number Diff line number Diff line change 1- alembic==1.16.5
1+ alembic==1.17.2
22 # via -r test-requirements.in
33async-timeout==5.0.1
44 # via asyncpg
@@ -8,9 +8,9 @@ exceptiongroup==1.3.1
88 # via pytest
99futures==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
1515mako==1.3.10
1616 # via alembic
@@ -24,13 +24,13 @@ packaging==25.0
2424 # via pytest
2525pluggy==1.6.0
2626 # via pytest
27- psycopg==3.2.13
27+ psycopg==3.3.2
2828 # via -r test-requirements.in
2929psycopg2==2.9.11
3030 # via -r test-requirements.in
3131pygments==2.19.2
3232 # via pytest
33- pytest==8.4 .2
33+ pytest==9.0 .2
3434 # via -r test-requirements.in
3535sqlalchemy==2.0.45
3636 # via
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ commands =
2222[testenv:pip-compile]
2323skip_install = True
2424deps =
25- pip-tools ==6.13.0
25+ pip-tools ==7.5.2
2626commands =
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
You can’t perform that action at this time.
0 commit comments