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 yarl from 1.11.1 to 1.15.5 #2135

Closed
wants to merge 1 commit into from
Closed
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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ wheel==0.44.0
# via pip-tools
wsproto==1.2.0
# via simple-websocket
yarl==1.11.1
yarl==1.15.5
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ websockets==13.0.1
# via sphinx-autobuild
wsproto==1.2.0
# via simple-websocket
yarl==1.11.1
yarl==1.15.5
# via aiohttp
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ uvloop==0.20.0 ; sys_platform != "win32"
# via appdaemon (pyproject.toml)
wsproto==1.2.0
# via simple-websocket
yarl==1.11.1
yarl==1.15.5
# via aiohttp
Loading