From 067483455a21e39b1ac070889dda82fc756198bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:32:12 +0000 Subject: [PATCH] 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](https://github.com/MagicStack/uvloop/compare/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16f2323eab..f94adf5edb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ asyncstdlib==3.12.5 cachetools==5.5.0 CJKwrap==2.2 typing-extensions==4.12.2 -uvloop==0.20.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli' +uvloop==0.21.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'