From 2982cff020818f00b728b572f97b1a5bb2d5113b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:00:01 +0000 Subject: [PATCH 1/4] Bump h11 from 0.14.0 to 0.16.0 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] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8dd1ed1f..a657832f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,9 @@ decorator==5.1.1 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" \ --hash=sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9 \ --hash=sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3 -h11==0.14.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ - --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \ - --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761 +h11==0.16.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ + --hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \ + --hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86 httpcore==0.18.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ --hash=sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9 \ --hash=sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced From 1d8be4125f6c07700b5db11f59b12d7383bbd4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 14:50:33 +0000 Subject: [PATCH 2/4] Bump h11 from 0.14.0 to 0.16.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b62b378..6a708d06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.7.4 charset-normalizer==3.3.2 colorama==0.4.6 ; sys_platform == "win32" decorator==5.1.1 -h11==0.14.0 +h11==0.16.0 httpcore==1.0.5 httpx[socks]==0.27.0 idna==3.15 From a9eb60824c65e35ec0f945921a0bdee2a6957bde Mon Sep 17 00:00:00 2001 From: Akeem King <13573860+KingAkeem@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:53:11 -0400 Subject: [PATCH 3/4] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/flake8.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index b120bc07..3c483d1c 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -2,6 +2,9 @@ name: Flake8 on: [push] +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest From 5a291369d1c361972895e89234ce498a054255da Mon Sep 17 00:00:00 2001 From: "Akeem T. L. King" Date: Sun, 19 Jul 2026 11:24:29 -0400 Subject: [PATCH 4/4] Fix httpcore compatibility with h11 0.16 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a708d06..51d74e4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==3.3.2 colorama==0.4.6 ; sys_platform == "win32" decorator==5.1.1 h11==0.16.0 -httpcore==1.0.5 +httpcore==1.0.9 httpx[socks]==0.27.0 idna==3.15 igraph==0.11.4