Skip to content

Commit

Permalink
Bump mypy from 1.1.1 to 1.8.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.1.1...v1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent cd8628b commit 5408861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jmespath==1.0.1
# botocore
markupsafe==2.0.1
# via jinja2
mypy==1.1.1
mypy==1.8.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down
6 changes: 4 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ cryptography==41.0.4
# via
# types-pyopenssl
# types-redis
mypy==1.1.1
mypy==1.8.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
pycparser==2.21
# via cffi
tomli==2.0.1
# via mypy
types-pyopenssl==23.0.0.2
# via types-redis
types-redis==4.6.0.7
# via -r typing.in
typing-extensions==3.10.0.2
typing-extensions==4.9.0
# via mypy

0 comments on commit 5408861

Please sign in to comment.