From 46d20ab0758a868ca2649b6997211235591c57cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:16:53 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.37 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0cb79d0c4..73e678f8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -847,21 +847,21 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.36" +version = "3.1.37" 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.36-py3-none-any.whl", hash = "sha256:8d22b5cfefd17c79914226982bb7851d6ade47545b1735a9d010a2a4c26d8388"}, - {file = "GitPython-3.1.36.tar.gz", hash = "sha256:4bb0c2a6995e85064140d31a33289aa5dce80133a23d36fcd372d716c54d3ebf"}, + {file = "GitPython-3.1.37-py3-none-any.whl", hash = "sha256:5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33"}, + {file = "GitPython-3.1.37.tar.gz", hash = "sha256:f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" [package.extras] -test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-sugar", "virtualenv"] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-sugar"] [[package]] name = "gntp" @@ -2818,4 +2818,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "0b20d9156b1c5c8cc4d52aeb72610d52550fd23a026ad153c67f7a09771c1550" +content-hash = "b04f59dcefbbddc5c0270e55dc6d312431d137eb8c14c57ce3e8af6f2f10d70f" diff --git a/pyproject.toml b/pyproject.toml index a26eabd16..113a04c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ deathbycaptcha = "0.1.1" "dogpile.cache" = "1.2.2" enzyme = "0.4.1" ffsubsync = "0.4.25" -GitPython = "3.1.36" +GitPython = "3.1.37" gntp = "1.0.3" guessit = "3.7.1" html5lib = "1.1"