From 3ef4f5eb419195d6fb71f81b6dbd978a806f1780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 14:28:10 +0000 Subject: [PATCH] Bump gitpython from 3.1.7 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.7 to 3.1.30. - [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.7...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e94d421c6d6..a17746e0747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.22.0 -GitPython==3.1.7 +GitPython==3.1.30 python-graphql-client==0.3.0 PyExecJS==1.5.1 lxml>=4.6.5