From de070d3d70b9856628e7c34575e6d56888cc4de7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 09:13:35 +0200 Subject: [PATCH] fix(deps): update dependency gitpython to v3.1.17 (#51) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d74d05..d51bc35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,7 +212,7 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.16" +version = "3.1.17" description = "Python Git Library" category = "main" optional = false @@ -613,7 +613,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "a0a2197f2302cbcabb533b4d07fa7984b5ea9290994197431af67863cf4b862c" +content-hash = "15f7d14f0c6f481f0b4c49bbabe5afa816d17e5c289fc6e10729d92eb4f8142a" [metadata.files] atomicwrites = [ @@ -739,8 +739,8 @@ gitdb = [ {file = "gitdb-4.0.7.tar.gz", hash = "sha256:96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005"}, ] gitpython = [ - {file = "GitPython-3.1.16-py3-none-any.whl", hash = "sha256:37ac36cacf2e2be5e88f0810187c5833e71c1a2a8cf81588f5699d1b70183baa"}, - {file = "GitPython-3.1.16.tar.gz", hash = "sha256:2bfcd25e6b81fe431fa3ab1f0975986cfddabf7870a323c183f3afbc9447c0c5"}, + {file = "GitPython-3.1.17-py3-none-any.whl", hash = "sha256:29fe82050709760081f588dd50ce83504feddbebdc4da6956d02351552b1c135"}, + {file = "GitPython-3.1.17.tar.gz", hash = "sha256:ee24bdc93dce357630764db659edaf6b8d664d4ff5447ccfeedd2dc5c253f41e"}, ] idna = [ {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"}, diff --git a/pyproject.toml b/pyproject.toml index fe76480..a442663 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.16" +GitPython = "3.1.17" colorama = "0.4.4" python = "^3.6.0" python-json-logger = "2.0.1"