Skip to content

Commit

Permalink
Bump mypy from 1.1.1 to 1.8.0 in /requirements (#328)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 3887c77 commit ff1b1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 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
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cryptography==42.0.0
# via
# types-pyopenssl
# types-redis
mypy==1.1.1
mypy==1.8.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -22,5 +22,5 @@ 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 ff1b1f7

Please sign in to comment.