Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump mypy from 1.14.1 to 1.15.0 in /requirements #7863

Merged
merged 10 commits into from
Mar 5, 2025
Merged
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ pytest-cov==5.0.0; python_version<"3.9"
# type checking and related stubs
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==1.14.1
mypy==1.15.0
types-pywin32==308.0.0.20250128; python_version>="3.9"
types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20241230
Loading
Oops, something went wrong.