From 014bbadea2dfd8b95df8f78f967fb288f9521f4f Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 12 Sep 2024 07:55:01 +0200 Subject: [PATCH 1/3] pin branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 525a0a4cc..025bf0978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ PyYAML ==6.0.* pyOpenSSL==24.2.1 kombu==5.4.0 pymongo==4.8.0 -github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@6f0f8679a46b727fddc866f25d8c139672f2a9e1 +github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@feat/health-check From 5ec8c33e9a47ccfed8bb5fb6f36bf09ca23b9155 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 12 Sep 2024 17:15:14 +0200 Subject: [PATCH 2/3] pin correct commit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 025bf0978..37b71e331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ PyYAML ==6.0.* pyOpenSSL==24.2.1 kombu==5.4.0 pymongo==4.8.0 -github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@feat/health-check +github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@771530633cd8b3cb18cb95399c234c82118b77e2 From f7ca145044d62d5e78a6e21af930a14d2a3bb449 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Thu, 12 Sep 2024 17:52:29 +0200 Subject: [PATCH 3/3] bump kombu --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37b71e331..6be16381d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ cosl ==0.0.15 # juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2 PyYAML ==6.0.* pyOpenSSL==24.2.1 -kombu==5.4.0 +kombu==5.4.1 pymongo==4.8.0 github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@771530633cd8b3cb18cb95399c234c82118b77e2