From 85ec29a82e5b5f0e83a3b4f9cdf6098c7bc60cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:07:23 +0000 Subject: [PATCH] build(deps-dev): bump gitpython from 3.1.27 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.37. - [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.27...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index b9f44d7..859167c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -24,7 +24,7 @@ filelock==3.6.0 # via virtualenv gitdb==4.0.9 # via gitpython -gitpython==3.1.27 +gitpython==3.1.37 # via # -r requirements.dev.in # bandit @@ -69,10 +69,6 @@ stevedore==3.5.0 # via bandit toml==0.10.2 # via pre-commit -tomli==2.0.1 - # via - # black - # pylint virtualenv==20.14.1 # via pre-commit wrapt==1.12.1