Skip to content

Commit

Permalink
Merge branch 'feat-improve-request-typing' of https://github.com/max-…
Browse files Browse the repository at this point in the history
…muoto/aiohttp into feat-improve-request-typing
  • Loading branch information
max-muoto committed Jun 30, 2024
2 parents 2df4510 + cb998f9 commit c3051af
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
Set,
Tuple,
Type,
TypedDict,
TypeVar,
Union,
final,
TypedDict,
overload,
)

Expand Down
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -110,7 +110,7 @@ multidict==6.0.5
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -107,7 +107,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ towncrier==23.11.0
# via
# -r doc.in
# sphinxcontrib-towncrier
urllib3==2.0.7
urllib3==2.2.2
# via requests
webcolors==1.13
# via blockdiag
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ towncrier==23.11.0
# via
# -r doc.in
# sphinxcontrib-towncrier
urllib3==2.0.7
urllib3==2.2.2
# via requests
webcolors==1.13
# via blockdiag
Expand Down
20 changes: 10 additions & 10 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
#
aiodns==3.2.0
# via -r lint.in
# via -r requirements/lint.in
aioredis==2.0.1
# via -r lint.in
# via -r requirements/lint.in
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
Expand Down Expand Up @@ -40,8 +40,8 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.0 ; implementation_name == "cpython"
# via -r lint.in
mypy==1.10.1 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
Expand All @@ -53,7 +53,7 @@ platformdirs==3.10.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
# via -r lint.in
# via -r requirements/lint.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -65,9 +65,9 @@ pydantic-core==2.18.2
pygments==2.17.2
# via rich
pytest==8.1.1
# via -r lint.in
# via -r requirements/lint.in
python-on-whales==0.71.0
# via -r lint.in
# via -r requirements/lint.in
pyyaml==6.0.1
# via pre-commit
requests==2.32.0
Expand All @@ -77,7 +77,7 @@ rich==13.7.1
shellingham==1.5.4
# via typer
slotscheck==0.19.0
# via -r lint.in
# via -r requirements/lint.in
tomli==2.0.1
# via
# mypy
Expand All @@ -97,10 +97,10 @@ typing-extensions==4.10.0
# python-on-whales
# rich
# typer
urllib3==2.2.1
urllib3==2.2.2
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
# via -r lint.in
# via -r requirements/lint.in
virtualenv==20.24.2
# via pre-commit

Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.6
# via
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -53,7 +53,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down

0 comments on commit c3051af

Please sign in to comment.