diff --git a/poetry.lock b/poetry.lock index 584652e8..8ef0117c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -956,14 +956,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.48" +version = "3.1.49" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "gitpython-3.1.48-py3-none-any.whl", hash = "sha256:737698b05889cca0f9aba7054d796620df2092c68926ee1470e5c7f5ac886680"}, - {file = "gitpython-3.1.48.tar.gz", hash = "sha256:b7c49ff4a49946fce38ac84116efa311b15e7dad06dc3787fc9e206bf9ef75e1"}, + {file = "gitpython-3.1.49-py3-none-any.whl", hash = "sha256:024b0422d7f84d15cd794844e029ffebd4c5d42a7eb9b936b458697ef550a02c"}, + {file = "gitpython-3.1.49.tar.gz", hash = "sha256:42f9399c9eb33fc581014bedd76049dfbaf6375aa2a5754575966387280315e1"}, ] [package.dependencies] @@ -3404,4 +3404,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "e9e915b7f5d3f1bc26d822d323883cc2b7bf07c5573fe35274ce70138a8d2f14" +content-hash = "b3de7e9235d2ec111ed9e82763bf7fb824f80a37422bdafc604408d9b73b98c6" diff --git a/pyproject.toml b/pyproject.toml index 20a24bfc..40f57ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ boto3 = "^1.26.145" botocore="^1.29.145" kapitan = "0.35.1" click = "8.3.3" -gitpython = "3.1.48" +gitpython = "3.1.49" requests = "2.33.1" url-normalize = "3.0.0" python-dotenv = "1.2.2"