From b3c4dc306bf26f734966cdd0c4e990bbf71b448f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:44:49 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in the pip group Bumps the pip group with 1 update: [h11](https://github.com/python-hyper/h11). Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe44ea1..c57f74b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ flask-session==0.8.0 ; python_version >= "3.11" and python_version < "4.0" flask-wtf==1.2.2 ; python_version >= "3.11" and python_version < "4.0" flask==3.1.0 ; python_version >= "3.11" and python_version < "4.0" gunicorn==23.0.0 ; python_version >= "3.11" and python_version < "4.0" -h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" +h11==0.16.0 ; python_version >= "3.11" and python_version < "4.0" identify==2.6.9 ; python_version >= "3.11" and python_version < "4.0" identity==0.9.2 ; python_version >= "3.11" and python_version < "4.0" idna==3.10 ; python_version >= "3.11" and python_version < "4.0"