Skip to content

Commit

Permalink
Bump mypy from 0.971 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.13.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v0.971...v1.13.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 313e18e commit 1252739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
domdf-python-tools[testing]>=2.0.1
importlib-metadata>=3.6.0
iniconfig!=1.1.0,>=1.0.1
mypy==0.971; platform_python_implementation == "CPython"
mypy==1.13.0; platform_python_implementation == "CPython"
psutil>=5.9.6; platform_python_implementation == "PyPy" and platform_system != "Windows"
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system == "Windows"
psutil>=5.9.6; platform_python_implementation != "PyPy" and platform_system != "Windows"
Expand Down

0 comments on commit 1252739

Please sign in to comment.