diff --git a/ci/poetry.lock b/ci/poetry.lock index 4de51a1488..5ce74517b6 100644 --- a/ci/poetry.lock +++ b/ci/poetry.lock @@ -151,13 +151,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.31" +version = "3.1.32" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"}, - {file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"}, + {file = "GitPython-3.1.32-py3-none-any.whl", hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f"}, + {file = "GitPython-3.1.32.tar.gz", hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6"}, ] [package.dependencies] @@ -747,4 +747,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fffc6395c0ede1cbc19cd6eabacb7d4bc99056ef584e0be5630749fd03b6670a" +content-hash = "bdd390c38fb2ea47dfc3eea4bef67e05480d1a72bc7b599b8183ad0abf219cad" diff --git a/ci/pyproject.toml b/ci/pyproject.toml index ff3e0602ec..10b4c9fdba 100644 --- a/ci/pyproject.toml +++ b/ci/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" pydantic = {extras = ["dotenv"], version = "^1.10.9"} -gitpython = "^3.1.31" +gitpython = "^3.1.32" invoke = "^2.1.3" doit = "^0.36.0" pyyaml = "^6.0"