From a5c127a35cd898dec72fa56c1f8d5b0b51b36738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 21:39:43 +0000 Subject: [PATCH] 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: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b76b508..27e2546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "black==22.8.0", "isort==5.10.1", "flake8==5.0.4", - "GitPython==3.1.27", + "GitPython==3.1.30", "grpcio-tools==1.51.3", "mypy==0.971", "mypy-extensions==0.4.3", diff --git a/requirements-dev.txt b/requirements-dev.txt index 01cdca6..d6fd36e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black==22.8.0 flake8==5.0.4 -GitPython==3.1.27 +GitPython==3.1.30 grpcio-tools==1.51.3 isort==5.10.1 mypy-extensions==0.4.3