diff --git a/poetry.lock b/poetry.lock index f3188189..0bee6cbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,13 +714,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.38" +version = "3.1.40" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.38-py3-none-any.whl", hash = "sha256:9e98b672ffcb081c2c8d5aa630d4251544fb040fb158863054242f24a2a2ba30"}, - {file = "GitPython-3.1.38.tar.gz", hash = "sha256:4d683e8957c8998b58ddb937e3e6cd167215a180e1ffd4da769ab81c620a89fe"}, + {file = "GitPython-3.1.40-py3-none-any.whl", hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a"}, + {file = "GitPython-3.1.40.tar.gz", hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"}, ] [package.dependencies] @@ -2551,4 +2551,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "30d307b27198f044daa61fc6e1daa2c39358593675df95fa0ac9de113e62150c" +content-hash = "fe51933652d92becf4d1b8c7386273be3585c8978648230177e20dc31c02efd9" diff --git a/pyproject.toml b/pyproject.toml index 2fd3681a..8f965a08 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.38" +gitpython = "3.1.40" requests = "2.31.0" url-normalize = "1.4.3" python-dotenv = "1.0.0"