From 34aac5cdff443fbeae61445d34db6f5efbcefa62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:41:38 +0000 Subject: [PATCH] Bump gitpython from 3.1.2 to 3.1.24 in /compilesketches Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.2 to 3.1.24. - [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.2...3.1.24) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compilesketches/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilesketches/requirements.txt b/compilesketches/requirements.txt index 52c3570d..cb207675 100644 --- a/compilesketches/requirements.txt +++ b/compilesketches/requirements.txt @@ -1,4 +1,4 @@ -GitPython==3.1.2 +GitPython==3.1.24 PyGithub==1.55 PyYAML==6.0 semver==2.13.0