Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/13734.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increased minimum yarl version to 1.25.1 -- by :user:`bdraco`.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"multidict >=4.5, < 7.0",
"propcache >= 0.2.0",
"typing_extensions >= 4.4 ; python_version < '3.13'",
"yarl >= 1.17.0, < 2.0",
"yarl >= 1.25.1, < 2.0",
]
dynamic = [
"version",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# aiosignal
# exceptiongroup
# multidict
yarl==1.24.5
yarl==1.25.1
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# multidict
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.24.5
yarl==1.25.1
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ virtualenv==21.7.9
# via pre-commit
wheel==0.48.0
# via pip-tools
yarl==1.24.5
yarl==1.25.1
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ virtualenv==21.7.9
# via pre-commit
wheel==0.48.0
# via pip-tools
yarl==1.24.5
yarl==1.25.1
# 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 @@ -168,7 +168,7 @@ valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.9
# via pre-commit
yarl==1.24.5
yarl==1.25.1
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/lint.in
2 changes: 1 addition & 1 deletion requirements/runtime-deps.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 0.2.0
typing_extensions >= 4.4 ; python_version < '3.13'
yarl >= 1.17.0, < 2.0
yarl >= 1.25.1, < 2.0
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# aiosignal
# exceptiongroup
# multidict
yarl==1.24.5
yarl==1.25.1
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ typing-extensions==4.16.0
# exceptiongroup
# multidict
# pytest-asyncio
yarl==1.24.5
yarl==1.25.1
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ typing-extensions==4.16.0
# typing-inspection
typing-inspection==0.4.4
# via pydantic
yarl==1.24.5
yarl==1.25.1
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# typing-inspection
typing-inspection==0.4.4
# via pydantic
yarl==1.24.5
yarl==1.25.1
# 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 @@ -122,7 +122,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# exceptiongroup
# multidict
# pytest-asyncio
yarl==1.24.5
yarl==1.25.1
# 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 @@ -172,7 +172,7 @@ typing-inspection==0.4.4
# via pydantic
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.24.5
yarl==1.25.1
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
Loading