Skip to content

Commit

Permalink
Bump mypy from 0.991 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.991...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2023
1 parent 688078e commit c3c9429
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
60 changes: 28 additions & 32 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 @@ -36,7 +36,7 @@ pytest = "^7.2.1"
requests_mock = "^1.9.2"
coverage = {extras = ["toml"], version = "^6.0"}
safety = "^2.3.5"
mypy = "^0.991"
mypy = "^1.0"
typeguard = "^2.13.0"
xdoctest = {extras = ["colors"], version = "^1.1.0"}
sphinx = "^4.2.0"
Expand Down

0 comments on commit c3c9429

Please sign in to comment.