From 9a2a84581c3b193c6cd3fdf7bba47b11d7cd5fac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:51:04 +0000 Subject: [PATCH] Update dependency h11 to v0.16.0 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eaaf12..656beab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ flask-assets==2.1.0 ; python_version >= "3.10" and python_version < "4.0" flask-sock==0.7.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.1.0 ; python_version >= "3.10" and python_version < "4.0" gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "4.0" -h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" +h11==0.16.0 ; python_version >= "3.10" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" isort==6.0.1 ; python_version >= "3.10" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.10" and python_version < "4.0"