Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy from 1.9.0 to 1.10.0 #8381

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions requirements/constraints.txt
Expand Up @@ -114,7 +114,7 @@ multidict==6.0.5
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.9.0 ; implementation_name == "cpython"
mypy==1.10.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -248,7 +248,6 @@ typer==0.6.1
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# annotated-types
# mypy
Expand Down
3 changes: 1 addition & 2 deletions requirements/dev.txt
Expand Up @@ -109,7 +109,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.9.0 ; implementation_name == "cpython"
mypy==1.10.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -234,7 +234,6 @@ typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# annotated-types
# mypy
Expand Down
3 changes: 1 addition & 2 deletions requirements/lint.txt
Expand Up @@ -22,7 +22,7 @@ identify==2.5.26
# via pre-commit
iniconfig==2.0.0
# via pytest
mypy==1.9.0 ; implementation_name == "cpython"
mypy==1.10.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -49,7 +49,6 @@ tomli==2.0.1
# slotscheck
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# mypy
uvloop==0.19.0 ; platform_system != "Windows"
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.txt
Expand Up @@ -57,7 +57,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.9.0 ; implementation_name == "cpython"
mypy==1.10.0 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -113,7 +113,6 @@ typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# annotated-types
# mypy
# pydantic
Expand Down