From 2cd9bff7eec1e3a92f8c274a172c2673b0d92f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:27:57 +0000 Subject: [PATCH] Bump aioquic from 0.9.21 to 0.9.22 Bumps [aioquic](https://github.com/aiortc/aioquic) from 0.9.21 to 0.9.22. - [Commits](https://github.com/aiortc/aioquic/compare/0.9.21...0.9.22) --- updated-dependencies: - dependency-name: aioquic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56c68d45..b5c92bbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Rx==3.2.0 aiohttp==3.8.6; python_version < '3.11.5' -aioquic==0.9.21 +aioquic==0.9.22 asyncclick==8.1.3.4 asyncstdlib==3.10.9 coverage==6.5.0