From 74c9d5361cdea5fa325e225af126b976b0d8afd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:03:13 +0200 Subject: [PATCH] fix(deps): update dependency gitpython to v3.1.34 (#291) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index da48208..2a16b90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -120,14 +120,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.33" +version = "3.1.34" description = "GitPython is a Python library used to interact with Git repositories" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.33-py3-none-any.whl", hash = "sha256:11f22466f982211ad8f3bdb456c03be8466c71d4da8774f3a9f68344e89559cb"}, - {file = "GitPython-3.1.33.tar.gz", hash = "sha256:13aaa3dff88a23afec2d00eb3da3f2e040e2282e41de484c5791669b31146084"}, + {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, + {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, ] [package.dependencies] @@ -401,4 +401,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "0c9df014ec39209f2d7efc31d4baa4c625324feb2362248f8f476d4a5ab6938b" +content-hash = "f4cf242cff90490e4af5f71429a12096536b646342613cc75d2f61904fe0b539" diff --git a/pyproject.toml b/pyproject.toml index 197c939..6a05e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/git-batch/" version = "0.0.0" [tool.poetry.dependencies] -GitPython = "3.1.33" +GitPython = "3.1.34" colorama = "0.4.6" python = "^3.7.0" python-json-logger = "2.0.7"