From 483ed188740e11c09c2afc452f1d7ab114d81263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:23:09 +0000 Subject: [PATCH] Bump gitpython from 3.1.24 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 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.24...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9804d3b..07ecdf0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ filelock==3.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or py flake8==4.0.1; python_version >= "3.6" ghp-import==2.0.2; python_version >= "3.6" gitdb==4.0.9; python_version >= "3.7" -gitpython==3.1.24; python_version >= "3.7" +gitpython==3.1.30; python_version >= "3.7" html5lib==1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" identify==2.4.0; python_full_version >= "3.6.1" idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"