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 uvloop #9276

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.12.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 @@ -271,7 +271,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# via -r requirements/lint.in
virtualenv==20.26.5
# via pre-commit
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
wait-for-it==2.2.2
# via -r requirements/test.in
Expand Down
Loading