From a5c54a4420f58ebf0c4b19ba914de6208f796b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:49:32 +0000 Subject: [PATCH] Bump gitpython from 3.1.11 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.11 to 3.1.37. - [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.11...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9b05ee..25fea99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "Flask==2.0.3", "flask_cors==3.0.10", "flask_restful==0.3.9", - "GitPython==3.1.11", + "GitPython==3.1.37", "Jinja2==3.0.3", "jsonschema==3.2.0", "kubernetes==25.3.0", diff --git a/requirements.txt b/requirements.txt index b827abc..d88e090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ dockerpty==0.4.1 docopt==0.6.2 flasgger==0.9.5 gitdb==4.0.9 -gitpython==3.1.11 +gitpython==3.1.37 google-auth==2.6.0 gunicorn==20.1.0 idna==3.3