From 1148a1d198f358308c4f951a250d69a318324243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:17:32 +0000 Subject: [PATCH] [Security]: Update h11 requirement from >=0.14.0 to >=0.16.0 Updates the requirements on [h11](https://github.com/python-hyper/h11) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61f6797b..4e0b410f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Flask>=3.1.0 Flask-Caching>=2.3.1 Flask-Compress>=1.17 gunicorn>=23.0.0 -h11>=0.14.0 +h11>=0.16.0 idna>=3.10 iniconfig>=2.0.0 itsdangerous>=2.2.0