Skip to content

Commit

Permalink
chore(deps): update mypy requirement from ==1.11.* to ==1.13.* (#497)
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.13.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
...

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 Nov 14, 2024
1 parent 520d0cc commit 80401f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ twine == 4.*; python_version == '3.7'
twine == 5.*; python_version > '3.7'
black == 24.8.*; python_version == '3.8'
black == 24.10.*; python_version > '3.8'
mypy == 1.11.*; python_version == '3.7'
mypy == 1.13.*; python_version == '3.7'
mypy == 1.*; python_version > '3.7'
ruff == 0.7.*
moto == 5.*
Expand Down

0 comments on commit 80401f2

Please sign in to comment.