From 01e334180e77f399bc26505ef713773cbdcbdb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:11:47 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in /02_Notebook_and_Pipenv Bumps [h11](https://github.com/python-hyper/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 ... Signed-off-by: dependabot[bot] --- 02_Notebook_and_Pipenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Notebook_and_Pipenv/requirements.txt b/02_Notebook_and_Pipenv/requirements.txt index afc06c5..68d6a53 100644 --- a/02_Notebook_and_Pipenv/requirements.txt +++ b/02_Notebook_and_Pipenv/requirements.txt @@ -34,7 +34,7 @@ fonttools==4.49.0 ; python_version >= '3.8' fqdn==1.5.1 gitdb==4.0.11 ; python_version >= '3.7' gitpython==3.1.42 ; python_version >= '3.7' -h11==0.14.0 ; python_version >= '3.7' +h11==0.16.0 ; python_version >= '3.7' htmlmin==0.1.12 httpcore==1.0.4 ; python_version >= '3.8' httpx==0.27.0 ; python_version >= '3.8'