From 88338b0f5a8de7f560121fc4525ee529c415a224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:03:08 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.36 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 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.36...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 7a6fac0..d5a4c3b 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -26,8 +26,6 @@ coveralls==3.3.1 # via -r requirements-lint.in docopt==0.6.2 # via coveralls -exceptiongroup==1.1.3 - # via pytest flake8==6.1.0 # via # flake8-bugbear @@ -60,7 +58,7 @@ flake8-todo==0.7 # via -r requirements-lint.in gitdb==4.0.10 # via gitpython -gitpython==3.1.36 +gitpython==3.1.37 # via bandit idna==3.4 # via requests @@ -124,16 +122,7 @@ stevedore==5.1.0 # via bandit tokenize-rt==5.2.0 # via pyupgrade -tomli==2.0.1 - # via - # black - # coverage - # mypy - # pytest typing-extensions==4.7.1 - # via - # black - # mypy - # rich + # via mypy urllib3==2.0.4 # via requests