Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 6c563c8 commit 2dec7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"mypy==1.13.0",
"mypy==1.14.0",
"packaging>=21,<25",
"pympler>1,<2",
"setuptools",
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
black==24.10.0
ruff
isort==5.13.2
mypy==1.13.0; implementation_name!='pypy'
mypy==1.14.0; implementation_name!='pypy'
redis>=4.2.0
twine
types-deprecated
Expand Down

0 comments on commit 2dec7bd

Please sign in to comment.