From 2b965e01de866d0b3fb4dd254dea276999128a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:18:12 +0000 Subject: [PATCH 1/3] Update uv requirement in /.github/workflows Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.5.0...0.10.0) --- updated-dependencies: - dependency-name: uv dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index bbfe4b30..908f5225 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,4 +2,4 @@ pip>=24.0 nox>=2024.4.15 virtualenv>=20.26.2 pipx==1.8.0 -uv>=0.5,<0.9 +uv>=0.5,<0.11 From 36af69021c892f230349795dda99cded52a0a8bd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:42:38 +0000 Subject: [PATCH 2/3] Initial plan From b3c8cbaed15fd50c9d43461cdae37733dae15e8e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:44:50 +0000 Subject: [PATCH 3/3] Add release-assets.githubusercontent.com to allowed endpoints Co-authored-by: tomwillis608 <15950648+tomwillis608@users.noreply.github.com> --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dfaf270b..17ddd2e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,6 +58,7 @@ jobs: pypi.org:443 registry-1.docker.io:443 registry.npmjs.org:443 + release-assets.githubusercontent.com:443 - name: Check out the repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2