Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent fbc8d4b commit 8bcfb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this represent the minimum requirement to build (for the optional speedup)
--find-links https://github.com/mypyc/mypy_mypyc-wheels/releases/expanded_assets/v1.12.0+dev.b2deaaecf1a11e13bc962558992b5f2d5701f295
mypy==1.11.2; python_version >= '3.8' and python_version < '3.13'
mypy==1.12.0; python_version >= '3.13'
mypy==1.13.0; python_version >= '3.13'
mypy==1.4.1; python_version < '3.8'
build>=0.10.0,<2
wheel==0.42.0
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build>=0.10.0,<2
wheel==0.42.0
black==23.3.0
mypy==1.11.2; python_version >= '3.8' and python_version < '3.13'
mypy==1.12.0; python_version >= '3.13'
mypy==1.13.0; python_version >= '3.13'
mypy==1.4.1; python_version < '3.8'
Flask==2.2.3
pytest>=7.4.4,<=8.3.3
Expand Down

0 comments on commit 8bcfb5e

Please sign in to comment.