From f9f4f76fe3f6d605ea7a3865162f37fe3ff0195a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:16:32 +0000 Subject: [PATCH 1/2] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [gitpython](https://github.com/gitpython-developers/GitPython), [idna](https://github.com/kjd/idna) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2022.12.7 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) Updates `gitpython` from 3.1.27 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.27...3.1.41) Updates `idna` from 3.3 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.7) Updates `urllib3` from 1.26.9 to 1.26.18 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.9...1.26.18) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index be081a4..30635dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -certifi==2022.12.7 +certifi==2023.7.22 charset-normalizer==2.0.12 gitdb==4.0.9 -GitPython==3.1.27 +GitPython==3.1.41 hvac==0.11.2 -idna==3.3 +idna==3.7 requests==2.31.0 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 six==1.16.0 smmap==5.0.0 -urllib3==1.26.9 +urllib3==1.26.18 From 844bdb6b2b50c5567d98056f8173c3e10a4c1c1e Mon Sep 17 00:00:00 2001 From: Jax Gauthier Date: Thu, 9 May 2024 08:29:47 -0400 Subject: [PATCH 2/2] Update main.yml Use hashicorp/vault --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e1b851..fc43db7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: services: vault: - image: vault + image: hashicorp/vault ports: - 8200:8200 env: