From eb78220efc1f9c1c97d6b85993723dbee13c3534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:07:12 +0000 Subject: Bump gitpython from 3.1.24 to 3.1.25 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.25. - [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.25) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bada8117..8ee44f45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,7 +345,7 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.24" +version = "3.1.25" description = "GitPython is a python library used to interact with Git repositories" category = "dev" optional = false @@ -353,7 +353,6 @@ python-versions = ">=3.7" [package.dependencies] gitdb = ">=4.0.1,<5" -typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\""} [[package]] name = "identify" @@ -941,7 +940,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "c9b62443b7d6a4fbc296e70a78feabf35d5d83ddc1f57864dc2e9b888035e222" +content-hash = "532d676f5ae2914e4517a8c8a48fbbb70b1e04b2791ac1fa882b5ef1a693066a" [metadata.files] aiohttp = [ @@ -1141,8 +1140,8 @@ gitdb = [ {file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"}, ] gitpython = [ - {file = "GitPython-3.1.24-py3-none-any.whl", hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"}, - {file = "GitPython-3.1.24.tar.gz", hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"}, + {file = "GitPython-3.1.25-py3-none-any.whl", hash = "sha256:4f8b0e51713642b83f1eb10136d36a7f2c5278d188c5ae82b144cb1f4e848f0c"}, + {file = "GitPython-3.1.25.tar.gz", hash = "sha256:b923e8952c2fe0d70b129fddd8511acc90b3070c8dddb20d86ca9911a5d0c248"}, ] identify = [ {file = "identify-2.4.0-py2.py3-none-any.whl", hash = "sha256:eba31ca80258de6bb51453084bff4a923187cd2193b9c13710f2516ab30732cc"}, diff --git a/pyproject.toml b/pyproject.toml index a1d40852..48e07230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-cov = "3.0.0" pytest-xdist = { version = "2.5.0", extras = ["psutil"] } Sphinx = "4.3.2" tomli = "2.0.0" -GitPython = "3.1.24" +GitPython = "3.1.25" sphinx-autodoc-typehints = "1.14.1" releases = "1.6.3" furo = "2022.1.2" -- cgit v1.2.3