Skip to content

Commit 5d7b7aa

Browse files
authored
Bump dependencies that dependabot doesn't (pyca#14438)
1 parent e1f9aa0 commit 5d7b7aa

1 file changed

Lines changed: 27 additions & 11 deletions

File tree

ci-constraints-requirements.txt

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,17 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
7575
execnet==2.1.2
7676
# via pytest-xdist
7777
filelock==3.16.1 ; python_full_version < '3.9'
78-
# via virtualenv
78+
# via
79+
# python-discovery
80+
# virtualenv
7981
filelock==3.19.1 ; python_full_version == '3.9.*'
80-
# via virtualenv
81-
filelock==3.24.2 ; python_full_version >= '3.10'
82-
# via virtualenv
82+
# via
83+
# python-discovery
84+
# virtualenv
85+
filelock==3.25.0 ; python_full_version >= '3.10'
86+
# via
87+
# python-discovery
88+
# virtualenv
8389
humanize==4.10.0 ; python_full_version < '3.9'
8490
# via nox
8591
humanize==4.13.0 ; python_full_version == '3.9.*'
@@ -88,7 +94,9 @@ humanize==4.15.0 ; python_full_version >= '3.10'
8894
# via nox
8995
idna==3.11
9096
# via requests
91-
imagesize==1.5.0
97+
imagesize==1.5.0 ; python_full_version < '3.10'
98+
# via sphinx
99+
imagesize==2.0.0 ; python_full_version >= '3.10'
92100
# via sphinx
93101
importlib-metadata==8.5.0 ; python_full_version < '3.9'
94102
# via
@@ -138,11 +146,17 @@ pathspec==1.0.4 ; python_full_version >= '3.9'
138146
# check-sdist
139147
# mypy
140148
platformdirs==4.3.6 ; python_full_version < '3.9'
141-
# via virtualenv
149+
# via
150+
# python-discovery
151+
# virtualenv
142152
platformdirs==4.4.0 ; python_full_version == '3.9.*'
143-
# via virtualenv
144-
platformdirs==4.9.2 ; python_full_version >= '3.10'
145-
# via virtualenv
153+
# via
154+
# python-discovery
155+
# virtualenv
156+
platformdirs==4.9.4 ; python_full_version >= '3.10'
157+
# via
158+
# python-discovery
159+
# virtualenv
146160
pluggy==1.5.0 ; python_full_version < '3.9'
147161
# via pytest
148162
pluggy==1.6.0 ; python_full_version >= '3.9'
@@ -205,7 +219,9 @@ pytest-xdist==3.6.1 ; python_full_version < '3.9'
205219
# via cryptography (pyproject.toml)
206220
pytest-xdist==3.8.0 ; python_full_version >= '3.9'
207221
# via cryptography (pyproject.toml)
208-
pytz==2025.2 ; python_full_version < '3.9'
222+
python-discovery==1.1.1
223+
# via virtualenv
224+
pytz==2026.1.post1 ; python_full_version < '3.9'
209225
# via babel
210226
readme-renderer==43.0 ; python_full_version < '3.9'
211227
# via cryptography (pyproject.toml)
@@ -316,7 +332,7 @@ urllib3==2.2.3 ; python_full_version < '3.9'
316332
# via requests
317333
urllib3==2.6.3 ; python_full_version >= '3.9'
318334
# via requests
319-
uv==0.10.8
335+
uv==0.10.9
320336
# via nox
321337
virtualenv==21.1.0
322338
# via nox

0 commit comments

Comments
 (0)