Skip to content

Commit

Permalink
Bump mypy from 0.991 to 1.13.0 in /server
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.13.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v0.991...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent b51293d commit efa99ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile mypy-requirements.in
#
mypy==0.991
mypy==1.13.0
# via -r mypy-requirements.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via mypy
tomli==2.0.1
# via mypy
Expand All @@ -24,5 +24,5 @@ types-urllib3==1.26.25.4
# via types-requests
types-werkzeug==1.0.9
# via types-flask
typing-extensions==4.4.0
typing-extensions==4.12.2
# via mypy

0 comments on commit efa99ab

Please sign in to comment.