Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pycares==5.0.1
# via aiodns
pycparser==3.0
# via cffi
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pycares==5.0.1
# via aiodns
pycparser==3.0
# via cffi
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ trustme==1.2.1 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cython==3.2.8
# via -r requirements/cython.in
multidict==6.7.1
# via -r requirements/multidict.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via multidict
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ trustme==1.2.1 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tomli==2.4.1
# slotscheck
trustme==1.2.1
# via -r requirements/lint.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# aiohttp
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/multidict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#
multidict==6.7.1
# via -r requirements/multidict.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via multidict
2 changes: 1 addition & 1 deletion requirements/runtime-deps.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ brotlicffi >= 1.2; platform_python_implementation != 'CPython'
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 0.2.0
typing_extensions >= 4.4 ; python_version < '3.13'
typing_extensions >= 4.16.0 ; python_version < '3.13'
yarl >= 1.17.0, < 2.0
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pycares==5.0.1
# via aiodns
pycparser==3.0
# via cffi
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tomli==2.4.1
# via
# coverage
# pytest
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# aiohttp
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tomli==2.4.1
# pytest
trustme==1.2.1 ; platform_machine != "i686"
# via -r requirements/test-common.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# aiohttp
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ tomli==2.4.1
# pytest
trustme==1.2.1 ; platform_machine != "i686"
# via -r requirements/test-common.in
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tomli==2.4.1
# via
# coverage
# pytest
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ tomli==2.4.1
# pytest
trustme==1.2.1 ; platform_machine != "i686"
# via -r requirements/test-common.in
typing-extensions==4.15.0 ; python_version < "3.13"
typing-extensions==4.16.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
Loading