Skip to content

Commit

Permalink
Bump mypy from 1.11.1 to 1.11.2
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fniessink committed Aug 26, 2024
1 parent a5b9f66 commit 3861ee4
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.8.0",
"coverage==7.6.1",
"lxml-stubs==0.5.1",
"mypy==1.11.1",
"mypy==1.11.2",
"pip-tools==7.4.1",
"pylint==3.2.6",
"vulture==2.11",
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.1
mypy==1.11.2
# via ictu-kwaliteitsaanpak (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 3861ee4

Please sign in to comment.