From b2fbe0ddad7f99f7fa4a2efd80dde8ae814d808d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:16:50 +0000 Subject: [PATCH] chore(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 caa023d8b..a7cbbd0fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "tqdm==4.67.1", "ujson==5.10.0", "unidecode==1.3.8", - "uvloop==0.21.0", + "uvloop==0.22.1", "vadersentiment==3.3.2", "openai>=1.0.0", ]