diff --git a/poetry.lock b/poetry.lock index ba18f0bfa..698b3cb4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -839,18 +839,21 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.32" +version = "3.1.37" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.32-py3-none-any.whl", hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f"}, - {file = "GitPython-3.1.32.tar.gz", hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6"}, + {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"] + [[package]] name = "gntp" version = "1.0.3" @@ -2735,4 +2738,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "7c8a40d8e47cc6b20b9c7b00f0cdea2913e9ff7930cce8d97e2af998945f6f02" +content-hash = "0a9f18224a0190da40f345cb9ede41c77ef10ce97045e7f0a4615155bdb6dbb0" diff --git a/pyproject.toml b/pyproject.toml index 560724e6b..1f17b835c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ deathbycaptcha = "0.1.1" "dogpile.cache" = "1.2.0" enzyme = "0.4.1" ffsubsync = "0.4.25" -GitPython = "3.1.32" +GitPython = "3.1.37" gntp = "1.0.3" guessit = "3.7.1" html5lib = "1.1"