From 7af2a46e47a8153fca22cd49ef8e19e10669afdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:42:37 -0500 Subject: [PATCH] Bump a2wsgi from 1.7.0 to 1.8.0 (#2142) Bumps [a2wsgi](https://github.com/abersheeran/a2wsgi) from 1.7.0 to 1.8.0. - [Commits](https://github.com/abersheeran/a2wsgi/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: a2wsgi 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 0bc8bdeb1..cfe284f9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ h11 @ git+https://github.com/python-hyper/h11.git@master # Explicit optionals -a2wsgi==1.7.0 +a2wsgi==1.8.0 wsproto==1.2.0 websockets==11.0.3