Skip to content

Commit

Permalink
Bump mypy from 1.11.2 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.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 Oct 23, 2024
1 parent d639a06 commit c1e72cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ multidict==6.1.0
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.11.2 ; implementation_name == "cpython"
mypy==1.13.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ multidict==6.1.0
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.11.2 ; implementation_name == "cpython"
mypy==1.13.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2 ; implementation_name == "cpython"
mypy==1.13.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==1.0.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ multidict==6.1.0
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.11.2 ; implementation_name == "cpython"
mypy==1.13.0 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down

0 comments on commit c1e72cc

Please sign in to comment.