From 76664fc733264bd80ca3ff9be742617c691c321a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:29:08 +0000 Subject: [PATCH] build(deps): bump uvloop from 0.21.0 to 0.22.1 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.21.0 to 0.22.1. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c32278b9d..10e45f6a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "redis>=5.2.1", "sqlalchemy[asyncio,mypy]>=2.0.35", "uvicorn>=0.34.2", - "uvloop==0.21.0", + "uvloop==0.22.1", "websockets>=15.0", ]