Skip to content

Commit

Permalink
Merge branch '3.10' into patchback/backports/3.10/d26f16ce02be6b20bcd…
Browse files Browse the repository at this point in the history
…1087416878cb878d6fbc4/pr-8365
  • Loading branch information
Dreamsorcerer committed Apr 25, 2024
2 parents 9e5614b + f1eda16 commit f34af9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
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 @@ -176,7 +176,7 @@ pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.70.1
python-on-whales==0.71.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
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
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
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 @@ -167,7 +167,7 @@ pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.70.1
python-on-whales==0.71.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
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 Down Expand Up @@ -89,7 +89,6 @@ typer==0.12.3
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# mypy
# pydantic
Expand Down
5 changes: 2 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
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 @@ -88,7 +88,7 @@ pytest-mock==3.14.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.70.1
python-on-whales==0.71.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
Expand All @@ -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

0 comments on commit f34af9a

Please sign in to comment.