Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent a842a88 commit 3ed8af7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
70 changes: 40 additions & 30 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 @@ -42,7 +42,7 @@ exclude = [
python = ">=3.9,<3.13"
autopep8 = "^2.0.4"
bandit = "^1.7.4"
mypy = "^0.982"
mypy = ">=0.982,<1.14"
pylint = "^3.3.1"
vulture = "^2.3"
beautifulsoup4 = "^4.11.1"
Expand Down

0 comments on commit 3ed8af7

Please sign in to comment.