From 393f8667a4eed86fc70efcd2d8f8bc21536f5f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:11:04 +0000 Subject: [PATCH] Bump gitpython from 3.1.25 to 3.1.26 in /compilesketches Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.25 to 3.1.26. - [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.25...3.1.26) --- 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 6ce90ff8..be10a299 100644 --- a/compilesketches/requirements.txt +++ b/compilesketches/requirements.txt @@ -1,4 +1,4 @@ -GitPython==3.1.25 +GitPython==3.1.26 PyGithub==1.55 PyYAML==6.0 semver==2.13.0