From c5fd153c4daff867409f1eead70cd9f6b13b50ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:32:17 +0100 Subject: [PATCH] fix(deps): update dependency gitpython to v3.1.26 (#110) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e46363..870009c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -217,7 +217,7 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.25" +version = "3.1.26" description = "GitPython is a python library used to interact with Git repositories" category = "main" optional = false @@ -632,7 +632,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "7234d0d8dc7ce7360e83217ee83e67beaaef3c00d093511739b3bca48fdc9684" +content-hash = "ef488e9f1c35ef10b361d42d96f773e9aade1a17b883f70bde4d08368f277dd1" [metadata.files] atomicwrites = [ @@ -753,8 +753,8 @@ gitdb = [ {file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"}, ] gitpython = [ - {file = "GitPython-3.1.25-py3-none-any.whl", hash = "sha256:4f8b0e51713642b83f1eb10136d36a7f2c5278d188c5ae82b144cb1f4e848f0c"}, - {file = "GitPython-3.1.25.tar.gz", hash = "sha256:b923e8952c2fe0d70b129fddd8511acc90b3070c8dddb20d86ca9911a5d0c248"}, + {file = "GitPython-3.1.26-py3-none-any.whl", hash = "sha256:26ac35c212d1f7b16036361ca5cff3ec66e11753a0d677fb6c48fa4e1a9dd8d6"}, + {file = "GitPython-3.1.26.tar.gz", hash = "sha256:fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index bbf9b7f..30671b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ repository = "https://github.com/thegeeklab/git-batch/" version = "0.0.0" [tool.poetry.dependencies] -GitPython = "3.1.25" +GitPython = "3.1.26" colorama = "0.4.4" python = "^3.7.0" python-json-logger = "2.0.2"