From d7860fd08d734c8b1d5220464d54d9c66efe736e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 23:24:52 +0530 Subject: [PATCH] Bump gitpython from 3.1.0 to 3.1.30 (#318) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.0 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.0...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d47981f..7828d6f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ aiohttp==3.7.4 aiohttp_jinja2==1.5.0 beautifulsoup4==4.6.3 cssutils==1.0.2 -gitpython==3.1.0 +gitpython==3.1.30 pycodestyle==2.4.0