From 49c5ceefd16d4c04ab331cf6bbe5a8a2e71b4aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:18:17 +0800 Subject: [PATCH] build(deps): Bump uvloop from 0.19.0 to 0.20.0 (#509) Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 315f363092..420ba4770b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ asyncstdlib==3.12.4 cachetools==5.4.0 CJKwrap==2.2 typing-extensions==4.12.2 -uvloop==0.19.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli' +uvloop==0.20.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli' isal==1.7.0; platform_machine=='x86_64' or platform_machine=='AMD64' or platform_machine=='aarch64'