fix(deps): update dependency gitpython to v3.1.40 (#312)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-19 20:34:56 +02:00 committed by GitHub
parent 3e9b242293
commit ab334ec27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -120,14 +120,14 @@ smmap = ">=3.0.1,<6"
[[package]] [[package]]
name = "gitpython" name = "gitpython"
version = "3.1.38" version = "3.1.40"
description = "GitPython is a Python library used to interact with Git repositories" description = "GitPython is a Python library used to interact with Git repositories"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "GitPython-3.1.38-py3-none-any.whl", hash = "sha256:9e98b672ffcb081c2c8d5aa630d4251544fb040fb158863054242f24a2a2ba30"}, {file = "GitPython-3.1.40-py3-none-any.whl", hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a"},
{file = "GitPython-3.1.38.tar.gz", hash = "sha256:4d683e8957c8998b58ddb937e3e6cd167215a180e1ffd4da769ab81c620a89fe"}, {file = "GitPython-3.1.40.tar.gz", hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"},
] ]
[package.dependencies] [package.dependencies]
@ -404,4 +404,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "7a79163b20d62cbe6724220fad8fb4d5805f4ff7a2ef67b035b711dbd975ff52" content-hash = "525647461562bc9b09fd0773510c79865a4ecf77f4ac27d5bb5438e5ec4e2980"

View File

@ -36,7 +36,7 @@ repository = "https://github.com/thegeeklab/git-batch/"
version = "0.0.0" version = "0.0.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
GitPython = "3.1.38" GitPython = "3.1.40"
colorama = "0.4.6" colorama = "0.4.6"
python = "^3.7.0" python = "^3.7.0"
python-json-logger = "2.0.7" python-json-logger = "2.0.7"