From 8fff08977d781c5115f40e442bff753bc2d62eab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:41:27 +0000 Subject: [PATCH 1/2] chore(deps): update dependency requests to v2.33.0 [security] --- base_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_requirements.txt b/base_requirements.txt index 54d4aa6e9..760731e6b 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -3,7 +3,7 @@ jinja2==3.1.6 fabric==3.2.2 ops==3.5.2 pylxd @ git+https://github.com/canonical/pylxd -requests==2.32.5 +requests==2.33.0 typing-extensions==4.15.0 cryptography==46.0.5 pydantic==1.10.26 From d884de1c770413b9703d1730fcb5cefa59b5f9b0 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Fri, 27 Mar 2026 18:29:55 +0100 Subject: [PATCH 2/2] fix(charmcraft): work around setuptools-scm build failure --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5d4d06fa6..0aeac6f6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ +--only-binary=pluggy -r base_requirements.txt ./github-runner-manager