Skip to content

Commit 21fdbf0

Browse files
authoredFeb 13, 2025
chore(deps-dev): bump mypy from 1.14.1 to 1.15.0 in /requirements
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb61909 commit 21fdbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-cov==5.0.0; python_version<"3.9"
99
# type checking and related stubs
1010
# mypy adds new rules in new minor versions, which could cause our PR check to fail
1111
# here we fix its version and upgrade it manually in the future
12-
mypy==1.14.1
12+
mypy==1.15.0
1313
types-pywin32==308.0.0.20250128; python_version>="3.9"
1414
types-pywin32==308.0.0.20241221; python_version<"3.9"
1515
types-PyYAML==6.0.12.20241230

0 commit comments

Comments
 (0)
Failed to load comments.