diff --git a/poetry.lock b/poetry.lock index dec04914..44a19e32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,20 +718,20 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.37" +version = "3.1.38" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.37-py3-none-any.whl", hash = "sha256:5f4c4187de49616d710a77e98ddf17b4782060a1788df441846bddefbb89ab33"}, - {file = "GitPython-3.1.37.tar.gz", hash = "sha256:f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54"}, + {file = "GitPython-3.1.38-py3-none-any.whl", hash = "sha256:9e98b672ffcb081c2c8d5aa630d4251544fb040fb158863054242f24a2a2ba30"}, + {file = "GitPython-3.1.38.tar.gz", hash = "sha256:4d683e8957c8998b58ddb937e3e6cd167215a180e1ffd4da769ab81c620a89fe"}, ] [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"] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-instafail", "pytest-subtests", "pytest-sugar"] [[package]] name = "google-api-core" @@ -2555,4 +2555,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "fab5602ea0a804a691733bb0d30c46f8805018d9489983c1d8cf0a63561c02f2" +content-hash = "64c33d5491163a6a0570b213ebc999ec4fa7e2b9224183f42d87c379c12e0cde" diff --git a/pyproject.toml b/pyproject.toml index 5b4e975e..e59a1d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ botocore="^1.29.145" kapitan = "0.32.0" click = "8.1.7" # Kapitan requires exactly 3.1.30 -gitpython = "3.1.37" +gitpython = "3.1.38" requests = "2.31.0" url-normalize = "1.4.3" python-dotenv = "1.0.0"