Skip to content

Commit

Permalink
⬆️ Bump mypy from 0.990 to 0.991 (#242)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.990 to 0.991.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.990...v0.991)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 22, 2022
1 parent aa41ecb commit 9b216b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# in the meantime we migrate to pyproject.toml
# this represent the minimum requirement to build (for the optional speedup)
mypy==0.990; python_version >= "3.7"
mypy==0.991; python_version >= "3.7"
mypy==0.971; python_version < "3.7"
build==0.9.0
wheel==0.37.1
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wheel==0.37.1
black==22.8.0; python_version < "3.7"
black==22.10.0; python_version >= "3.7"

mypy==0.990; python_version >= "3.7"
mypy==0.991; python_version >= "3.7"
mypy==0.971; python_version < "3.7"

Flask==2.2.2; python_version >= "3.7"
Expand Down

0 comments on commit 9b216b5

Please sign in to comment.