From 92257c5c3fe7606ac579cc6f3caf345132acd5ea Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 6 Aug 2024 17:10:28 -0400 Subject: [PATCH] Add requests to installed dependencies for create-branch [noissue] --- templates/github/.github/workflows/create-branch.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/create-branch.yml.j2 b/templates/github/.github/workflows/create-branch.yml.j2 index 250064ce..60b9ce16 100644 --- a/templates/github/.github/workflows/create-branch.yml.j2 +++ b/templates/github/.github/workflows/create-branch.yml.j2 @@ -25,7 +25,7 @@ jobs: {{ setup_python() | indent(6) }} - {{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging"]) | indent(6) }} + {{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging", "requests"]) | indent(6) }} {{ set_secrets(path=plugin_name) | indent(6) }}