build(deps-dev): bump mypy from 0.991 to 1.0.1 (#387)

Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-20 20:46:49 -06:00
committed by GitHub
parent 42d2ab224d
commit c7e12cb9a4
2 changed files with 31 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ pytz = ">=2021.3,<2023.0"
pytest = "^7.2.1"
coverage = {extras = ["toml"], version = "^7.1"}
safety = "^2.3.5"
mypy = "^0.991"
mypy = "^1.0"
typeguard = "^2.13.2"
xdoctest = {extras = ["colors"], version = "^1.1.1"}
sphinx = "^4.3.2"