Skip to content

Commit

Permalink
Bump mypy from 1.6.1 to 1.7.0 (#246)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  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 Nov 13, 2023
1 parent 18ca145 commit b97481d
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 @@ -74,7 +74,7 @@ docs = [
]
static-code-analysis = [
"prospector == 1.10.3",
"mypy == 1.6.1",
"mypy == 1.7.0",
"vulture == 2.10",
"bandit == 1.7.5",
"pyroma == 4.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prospector==1.10.3
mypy==1.6.1
mypy==1.7.0
vulture==2.10
bandit==1.7.5
pyroma==4.2

0 comments on commit b97481d

Please sign in to comment.