From 4250e6b9aa024d30e1d61ab8f887a063fa2018ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:02:46 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.27 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 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.27...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 0f4f034c..6e058ee5 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -35,7 +35,7 @@ flake8==5.0.4 # via -r dev_requirements.in gitdb==4.0.9 # via gitpython -gitpython==3.1.27 +gitpython==3.1.30 # via bandit identify==2.5.5 # via pre-commit @@ -99,8 +99,6 @@ requests==2.28.1 # via semgrep ruamel-yaml==0.17.21 # via semgrep -ruamel-yaml-clib==0.2.6 - # via ruamel-yaml semgrep==0.64.0 # via -r dev_requirements.in six==1.16.0 @@ -114,14 +112,9 @@ stevedore==4.0.0 toml==0.10.2 # via pre-commit tomli==2.0.1 - # via - # black - # coverage - # pytest + # via pytest tqdm==4.64.1 # via semgrep -typing-extensions==4.3.0 - # via black urllib3==1.26.12 # via requests virtualenv==20.16.4