Skip to content

Commit 0caaf65

Browse files
authored
Rebuild ci-constraints-requirements.txt (#13690)
new nox has some new dependencies
1 parent 4bf825d commit 0caaf65

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

ci-constraints-requirements.txt

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ alabaster==0.7.16 ; python_full_version == '3.9.*'
66
# via sphinx
77
alabaster==1.0.0 ; python_full_version >= '3.10'
88
# via sphinx
9+
anyio==4.5.2 ; python_full_version < '3.9'
10+
# via httpx
11+
anyio==4.11.0 ; python_full_version >= '3.9'
12+
# via httpx
913
argcomplete==3.6.2
1014
# via nox
1115
attrs==25.3.0 ; python_full_version < '3.9'
@@ -25,6 +29,8 @@ build==1.3.0 ; python_full_version >= '3.9'
2529
certifi==2025.10.5
2630
# via
2731
# cryptography (pyproject.toml)
32+
# httpcore
33+
# httpx
2834
# requests
2935
charset-normalizer==3.4.4
3036
# via requests
@@ -45,7 +51,9 @@ colorlog==6.9.0
4551
# via nox
4652
coverage==7.6.1 ; python_full_version < '3.9'
4753
# via pytest-cov
48-
coverage==7.10.7 ; python_full_version >= '3.9'
54+
coverage==7.10.7 ; python_full_version == '3.9.*'
55+
# via pytest-cov
56+
coverage==7.11.0 ; python_full_version >= '3.10'
4957
# via pytest-cov
5058
dependency-groups==1.3.1
5159
# via nox
@@ -62,7 +70,9 @@ docutils==0.21.2 ; python_full_version >= '3.9'
6270
# sphinx
6371
# sphinx-rtd-theme
6472
exceptiongroup==1.3.0 ; python_full_version < '3.11'
65-
# via pytest
73+
# via
74+
# anyio
75+
# pytest
6676
execnet==2.1.1
6777
# via pytest-xdist
6878
filelock==3.16.1 ; python_full_version < '3.9'
@@ -71,8 +81,17 @@ filelock==3.19.1 ; python_full_version == '3.9.*'
7181
# via virtualenv
7282
filelock==3.20.0 ; python_full_version >= '3.10'
7383
# via virtualenv
84+
h11==0.16.0
85+
# via httpcore
86+
httpcore==1.0.9
87+
# via httpx
88+
httpx==0.28.1
89+
# via pbs-installer
7490
idna==3.11
75-
# via requests
91+
# via
92+
# anyio
93+
# httpx
94+
# requests
7695
imagesize==1.4.1
7796
# via sphinx
7897
importlib-metadata==8.5.0 ; python_full_version < '3.9'
@@ -116,6 +135,8 @@ pathspec==0.12.1
116135
# via
117136
# check-sdist
118137
# mypy
138+
pbs-installer==2025.10.14
139+
# via nox
119140
platformdirs==4.3.6 ; python_full_version < '3.9'
120141
# via virtualenv
121142
platformdirs==4.4.0 ; python_full_version == '3.9.*'
@@ -193,6 +214,8 @@ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
193214
# via sphinx
194215
ruff==0.14.0
195216
# via cryptography (pyproject.toml)
217+
sniffio==1.3.1
218+
# via anyio
196219
snowballstemmer==3.0.1
197220
# via sphinx
198221
sphinx==7.1.2 ; python_full_version < '3.9'
@@ -268,12 +291,14 @@ tomli==2.3.0 ; python_full_version <= '3.11'
268291
typing-extensions==4.13.2 ; python_full_version < '3.9'
269292
# via
270293
# cryptography (pyproject.toml)
294+
# anyio
271295
# exceptiongroup
272296
# mypy
273297
# virtualenv
274298
typing-extensions==4.15.0 ; python_full_version >= '3.9'
275299
# via
276300
# cryptography (pyproject.toml)
301+
# anyio
277302
# exceptiongroup
278303
# mypy
279304
# virtualenv
@@ -291,6 +316,10 @@ zipp==3.20.2 ; python_full_version < '3.9'
291316
# importlib-resources
292317
zipp==3.23.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
293318
# via importlib-metadata
319+
zstandard==0.23.0 ; python_full_version < '3.9'
320+
# via pbs-installer
321+
zstandard==0.25.0 ; python_full_version >= '3.9'
322+
# via pbs-installer
294323

295324
# The following packages were excluded from the output:
296325
# cffi

0 commit comments

Comments
 (0)