Skip to content

Commit

Permalink
Bump uvloop from 0.21.0b1 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.21.0b1 to 0.21.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.21.0beta1...v0.21.0)

---
updated-dependencies:
- dependency-name: uvloop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent f5b1cb4 commit 77aa4fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.15.2
# 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 @@ -265,7 +265,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows"
uvloop==0.21.0 ; 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 @@ -257,7 +257,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0 ; 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 @@ -114,7 +114,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows"
uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0 ; 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 77aa4fa

Please sign in to comment.