Skip to content

Commit 26ae4e0

Browse files
authored
update ci-constraints-requirements.txt deps (#12894)
1 parent 99b0670 commit 26ae4e0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

ci-constraints-requirements.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ charset-normalizer==3.4.2
3232
# via requests
3333
check-sdist==1.2.0 ; python_full_version >= '3.8'
3434
# via cryptography (pyproject.toml)
35-
click==8.1.8
35+
click==8.1.8 ; python_full_version < '3.10'
36+
# via cryptography (pyproject.toml)
37+
click==8.2.0 ; python_full_version >= '3.10'
3638
# via cryptography (pyproject.toml)
3739
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
3840
# via
@@ -67,7 +69,7 @@ docutils==0.21.2 ; python_full_version >= '3.9'
6769
# readme-renderer
6870
# sphinx
6971
# sphinx-rtd-theme
70-
exceptiongroup==1.2.2 ; python_full_version < '3.11'
72+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
7173
# via pytest
7274
execnet==2.0.2 ; python_full_version < '3.8'
7375
# via pytest-xdist
@@ -321,12 +323,15 @@ typed-ast==1.5.5 ; python_full_version < '3.8'
321323
# via mypy
322324
typing-extensions==4.7.1 ; python_full_version < '3.8'
323325
# via
326+
# exceptiongroup
324327
# importlib-metadata
325328
# mypy
326329
# nox
327330
# platformdirs
328331
typing-extensions==4.13.2 ; python_full_version >= '3.8'
329-
# via mypy
332+
# via
333+
# exceptiongroup
334+
# mypy
330335
urllib3==2.0.7 ; python_full_version < '3.8'
331336
# via requests
332337
urllib3==2.2.3 ; python_full_version == '3.8.*'

0 commit comments

Comments
 (0)