Skip to content

Commit 3cf3918

Browse files
authored
Refresh ci-constraints-requirements.txt (#12451)
1 parent 9e4a04f commit 3cf3918

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci-constraints-requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ argcomplete==3.1.2 ; python_full_version < '3.8'
1010
# via nox
1111
argcomplete==3.5.3 ; python_full_version >= '3.8'
1212
# via nox
13+
attrs==25.1.0 ; python_full_version >= '3.8'
14+
# via nox
1315
babel==2.14.0 ; python_full_version < '3.8'
1416
# via sphinx
1517
babel==2.17.0 ; python_full_version >= '3.8'
@@ -47,6 +49,8 @@ coverage==7.6.1 ; python_full_version == '3.8.*'
4749
# via pytest-cov
4850
coverage==7.6.12 ; python_full_version >= '3.9'
4951
# via pytest-cov
52+
dependency-groups==1.3.0 ; python_full_version >= '3.8'
53+
# via nox
5054
distlib==0.3.9
5155
# via virtualenv
5256
docutils==0.19 ; python_full_version < '3.8'
@@ -113,7 +117,7 @@ markupsafe==3.0.2 ; python_full_version >= '3.9'
113117
# via jinja2
114118
mypy==1.4.1 ; python_full_version < '3.8'
115119
# via cryptography (pyproject.toml)
116-
mypy==1.15.0 ; python_full_version == '3.8.*'
120+
mypy==1.14.1 ; python_full_version == '3.8.*'
117121
# via cryptography (pyproject.toml)
118122
mypy==1.15.0 ; python_full_version >= '3.9'
119123
# via cryptography (pyproject.toml)
@@ -134,6 +138,7 @@ packaging==24.0 ; python_full_version < '3.8'
134138
packaging==24.2 ; python_full_version >= '3.8'
135139
# via
136140
# build
141+
# dependency-groups
137142
# nox
138143
# pytest
139144
# sphinx
@@ -292,6 +297,7 @@ tomli==2.2.1 ; python_full_version >= '3.8' and python_full_version <= '3.11'
292297
# build
293298
# check-sdist
294299
# coverage
300+
# dependency-groups
295301
# mypy
296302
# nox
297303
# pytest

0 commit comments

Comments
 (0)