Skip to content

Commit

Permalink
Bump uvloop (#9276) (#9278)
Browse files Browse the repository at this point in the history
(cherry picked from commit ccbd2c5)
  • Loading branch information
Dreamsorcerer authored Sep 24, 2024
1 parent 3ba1587 commit 6ff4ac9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: gen_llhttp
strategy:
matrix:
pyver: [3.8, 3.9, '3.10', '3.11', '3.12']
pyver: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
Expand All @@ -142,7 +142,7 @@ jobs:
os: ubuntu
experimental: false
- os: ubuntu
pyver: "3.13"
pyver: "3.14"
experimental: true
no-extensions: 'Y'
fail-fast: true
Expand Down
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 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
uvloop==0.19.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.0
# via -r requirements/runtime-deps.in
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pyyaml==6.0.1
# via pre-commit
re-assert==1.1.0
# via -r requirements/test.in
regex==2021.11.10
regex==2024.9.11
# via re-assert
requests==2.31.0
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==1.26.7
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pyyaml==6.0.1
# via pre-commit
re-assert==1.1.0
# via -r requirements/test.in
regex==2023.6.3
regex==2024.9.11
# via re-assert
requests==2.31.0
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
# via requests
uvloop==0.19.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 @@ -107,7 +107,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.1
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
uvloop==0.21.0b1 ; platform_system != "Windows"
# 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 @@ -92,7 +92,7 @@ python-on-whales==0.72.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
regex==2023.6.3
regex==2024.9.11
# via re-assert
requests==2.31.0
# via python-on-whales
Expand Down Expand Up @@ -121,7 +121,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.0.4
# via requests
uvloop==0.19.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

0 comments on commit 6ff4ac9

Please sign in to comment.