Skip to content

Commit

Permalink
Bump mypy from 1.12.0 to 1.13.0 (#13)
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: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 Oct 24, 2024
1 parent 0ac639e commit 097bbf4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
69 changes: 35 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.12"

[tool.poetry.group.dev.dependencies]
ruff = "0.7.0"
mypy = {extras = ["reports"], version = "1.12.0"}
mypy = {extras = ["reports"], version = "1.13.0"}
pytest = "8.3.3"
pytest-cov = "5.0.0"
pytest-mock = "3.14.0"
Expand Down

0 comments on commit 097bbf4

Please sign in to comment.