Skip to content

Commit 9f88b1f

Browse files
authored
Rebuild ci-constraints-requirements.txt (#13697)
pbs-installer was made an option dep on nox
1 parent fbcd933 commit 9f88b1f

File tree

1 file changed

+8
-29
lines changed

1 file changed

+8
-29
lines changed

ci-constraints-requirements.txt

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ 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
139
argcomplete==3.6.2
1410
# via nox
1511
attrs==25.3.0 ; python_full_version < '3.9'
@@ -29,8 +25,6 @@ build==1.3.0 ; python_full_version >= '3.9'
2925
certifi==2025.10.5
3026
# via
3127
# cryptography (pyproject.toml)
32-
# httpcore
33-
# httpx
3428
# requests
3529
charset-normalizer==3.4.4
3630
# via requests
@@ -70,9 +64,7 @@ docutils==0.21.2 ; python_full_version >= '3.9'
7064
# sphinx
7165
# sphinx-rtd-theme
7266
exceptiongroup==1.3.0 ; python_full_version < '3.11'
73-
# via
74-
# anyio
75-
# pytest
67+
# via pytest
7668
execnet==2.1.1
7769
# via pytest-xdist
7870
filelock==3.16.1 ; python_full_version < '3.9'
@@ -81,17 +73,14 @@ filelock==3.19.1 ; python_full_version == '3.9.*'
8173
# via virtualenv
8274
filelock==3.20.0 ; python_full_version >= '3.10'
8375
# 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
76+
humanize==4.10.0 ; python_full_version < '3.9'
77+
# via nox
78+
humanize==4.13.0 ; python_full_version == '3.9.*'
79+
# via nox
80+
humanize==4.14.0 ; python_full_version >= '3.10'
81+
# via nox
9082
idna==3.11
91-
# via
92-
# anyio
93-
# httpx
94-
# requests
83+
# via requests
9584
imagesize==1.4.1
9685
# via sphinx
9786
importlib-metadata==8.5.0 ; python_full_version < '3.9'
@@ -135,8 +124,6 @@ pathspec==0.12.1
135124
# via
136125
# check-sdist
137126
# mypy
138-
pbs-installer==2025.10.14
139-
# via nox
140127
platformdirs==4.3.6 ; python_full_version < '3.9'
141128
# via virtualenv
142129
platformdirs==4.4.0 ; python_full_version == '3.9.*'
@@ -214,8 +201,6 @@ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
214201
# via sphinx
215202
ruff==0.14.1
216203
# via cryptography (pyproject.toml)
217-
sniffio==1.3.1
218-
# via anyio
219204
snowballstemmer==3.0.1
220205
# via sphinx
221206
sphinx==7.1.2 ; python_full_version < '3.9'
@@ -291,14 +276,12 @@ tomli==2.3.0 ; python_full_version <= '3.11'
291276
typing-extensions==4.13.2 ; python_full_version < '3.9'
292277
# via
293278
# cryptography (pyproject.toml)
294-
# anyio
295279
# exceptiongroup
296280
# mypy
297281
# virtualenv
298282
typing-extensions==4.15.0 ; python_full_version >= '3.9'
299283
# via
300284
# cryptography (pyproject.toml)
301-
# anyio
302285
# exceptiongroup
303286
# mypy
304287
# virtualenv
@@ -316,10 +299,6 @@ zipp==3.20.2 ; python_full_version < '3.9'
316299
# importlib-resources
317300
zipp==3.23.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
318301
# 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
323302

324303
# The following packages were excluded from the output:
325304
# cffi

0 commit comments

Comments
 (0)