diff --git a/poetry.lock b/poetry.lock index a1d3b17d7..b187970e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,14 +606,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.45" +version = "3.1.46" 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.45-py3-none-any.whl", hash = "sha256:8908cb2e02fb3b93b7eb0f2827125cb699869470432cc885f019b8fd0fccff77"}, - {file = "gitpython-3.1.45.tar.gz", hash = "sha256:85b0ee964ceddf211c41b9f27a49086010a190fd8132a24e21f362a4b36a791c"}, + {file = "gitpython-3.1.46-py3-none-any.whl", hash = "sha256:79812ed143d9d25b6d176a10bb511de0f9c67b1fa641d82097b0ab90398a2058"}, + {file = "gitpython-3.1.46.tar.gz", hash = "sha256:400124c7d0ef4ea03f7310ac2fbf7151e09ff97f2a3288d64a440c584a29c37f"}, ] [package.dependencies] @@ -621,7 +621,7 @@ gitdb = ">=4.0.1,<5" [package.extras] doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"] -test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""] +test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy (==1.18.2) ; python_version >= \"3.9\"", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""] [[package]] name = "identify" @@ -1934,4 +1934,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "aaa5c63dd7cb06a831b0d67c3be83255ff9587716b9130343f0324cbfb8bce69" +content-hash = "aa38545bb7e41766bb63d092adb82d526e1a5f8f01fda92e1e8a30f314b0124c" diff --git a/pyproject.toml b/pyproject.toml index 23e37466c..d5e7bcd64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pyyaml = "^6.0" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.4" -gitpython = "^3.1.45" +gitpython = "^3.1.46" requests = "^2.32.5" boto3 = "^1.42.16" argparse = "^1.4.0"