Skip to content

Commit b97481d

Browse files
Bump mypy from 1.6.1 to 1.7.0 (#246)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18ca145 commit b97481d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ docs = [
7474
]
7575
static-code-analysis = [
7676
"prospector == 1.10.3",
77-
"mypy == 1.6.1",
77+
"mypy == 1.7.0",
7878
"vulture == 2.10",
7979
"bandit == 1.7.5",
8080
"pyroma == 4.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prospector==1.10.3
2-
mypy==1.6.1
2+
mypy==1.7.0
33
vulture==2.10
44
bandit==1.7.5
55
pyroma==4.2

0 commit comments

Comments
 (0)