Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0674834

Browse files
authoredOct 15, 2024··
build(deps): Bump uvloop from 0.20.0 to 0.21.0
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a67570 commit 0674834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ asyncstdlib==3.12.5
3737
cachetools==5.5.0
3838
CJKwrap==2.2
3939
typing-extensions==4.12.2
40-
uvloop==0.20.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'
40+
uvloop==0.21.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'
4141
isal==1.7.0; platform_machine=='x86_64' or platform_machine=='AMD64' or platform_machine=='aarch64'

0 commit comments

Comments
 (0)
Please sign in to comment.