From e19d27688b7c00563b40024806f26238b323ccf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:59:54 +0000 Subject: [PATCH 1/2] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /CI directory: [idna](https://github.com/kjd/idna) and [pip](https://github.com/pypa/pip). Updates `idna` from 3.10 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) Updates `pip` from 26.1 to 26.1.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.1) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: pip - dependency-name: pip dependency-version: 26.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- CI/requirements_ci.in | 2 +- CI/requirements_ci.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/requirements_ci.in b/CI/requirements_ci.in index b046103d..3635c9a5 100644 --- a/CI/requirements_ci.in +++ b/CI/requirements_ci.in @@ -1,6 +1,6 @@ bump-my-version==1.3.0 flit==3.12.0 -pip==26.1 +pip==26.1.1 pre-commit==4.5.1 pydantic==2.12.5 pylint==3.3.6 diff --git a/CI/requirements_ci.txt b/CI/requirements_ci.txt index 1ce89914..c5afb063 100644 --- a/CI/requirements_ci.txt +++ b/CI/requirements_ci.txt @@ -179,9 +179,9 @@ identify==2.6.5 \ --hash=sha256:14181a47091eb75b337af4c23078c9d09225cd4c48929f521f3bf16b09d02566 \ --hash=sha256:c10b33f250e5bba374fae86fb57f3adcebf1161bce7cdf92031915fd480c13bc # via pre-commit -idna==3.10 \ - --hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \ - --hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3 +idna==3.15 \ + --hash=sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8 \ + --hash=sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc # via # anyio # httpx From a5d8584c09fc5da377a6d065be7864f46f7ea501 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 19 May 2026 18:06:34 +0000 Subject: [PATCH 2/2] allow production.cloudfront.docker.com --- .github/workflows/docker-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-testing.yml b/.github/workflows/docker-testing.yml index f2617ac3..07108506 100644 --- a/.github/workflows/docker-testing.yml +++ b/.github/workflows/docker-testing.yml @@ -30,6 +30,7 @@ jobs: files.pythonhosted.org:443 github.com:443 production.cloudflare.docker.com:443 + production.cloudfront.docker.com:443 pypi.org:443 registry-1.docker.io:443 - name: Checkout Repository