Skip to content

Commit 5d35009

Browse files
authored
Bump deps that dependabot isn't doing right (#12795)
1 parent 4fb9682 commit 5d35009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ mypy==1.14.1 ; python_full_version == '3.8.*'
123123
# via cryptography (pyproject.toml)
124124
mypy==1.15.0 ; python_full_version >= '3.9'
125125
# via cryptography (pyproject.toml)
126-
mypy-extensions==1.0.0
126+
mypy-extensions==1.0.0 ; python_full_version < '3.8'
127+
# via mypy
128+
mypy-extensions==1.1.0 ; python_full_version >= '3.8'
127129
# via mypy
128130
nh3==0.2.21 ; python_full_version >= '3.8'
129131
# via readme-renderer
@@ -208,7 +210,7 @@ pytest-xdist==3.5.0 ; python_full_version < '3.8'
208210
# via cryptography (pyproject.toml)
209211
pytest-xdist==3.6.1 ; python_full_version >= '3.8'
210212
# via cryptography (pyproject.toml)
211-
pytz==2025.1 ; python_full_version < '3.9'
213+
pytz==2025.2 ; python_full_version < '3.9'
212214
# via babel
213215
readme-renderer==37.3 ; python_full_version < '3.8'
214216
# via cryptography (pyproject.toml)

0 commit comments

Comments
 (0)