diff --git a/poetry.lock b/poetry.lock index 5a99b8bcd..2b411d9b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,18 +421,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 = "hypothesis" version = "6.39.3" @@ -1714,4 +1717,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "55741959f54d40ef6115abd32a1118390bf61ba365894441a6df6f019b8a0456" +content-hash = "62c4533027c99d5b99bc9bdaae96e465d753cfcf0982b9586a26907e94a1e337" diff --git a/pyproject.toml b/pyproject.toml index 445f3aca0..df29f0373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ stubs = "^1.0.0" types-requests = "^2.27.25" tqdm = "^4.64.0" certifi = "2023.7.22" -gitpython = "3.1.32" +gitpython = "3.1.37" dparse = "0.5.2" [tool.poetry.dev-dependencies]