Skip to content

Commit

Permalink
Bump mypy from 1.11.2 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.12.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 15, 2024
1 parent 733054c commit aa1f6f6
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
Expand Up @@ -15,7 +15,7 @@ optional-dependencies.dev = [
"black==24.10.0",
"coverage==7.6.1",
"lxml-stubs==0.5.1",
"mypy==1.11.2",
"mypy==1.12.0",
"pip-tools==7.4.1",
"pylint==3.2.7",
"vulture==2.13",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lxml==5.3.0
# python-pptx
mccabe==0.7.0
# via pylint
mypy==1.11.2
mypy==1.12.0
# via ictu-kwaliteitsaanpak (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit aa1f6f6

Please sign in to comment.