diff --git a/poetry.lock b/poetry.lock index ce195368..ca23a66f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "black" @@ -144,14 +144,14 @@ files = [ [[package]] name = "invoke" -version = "2.2.0" +version = "2.2.1" description = "Pythonic task execution" optional = false python-versions = ">=3.6" groups = ["dev"] files = [ - {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"}, - {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, + {file = "invoke-2.2.1-py3-none-any.whl", hash = "sha256:2413bc441b376e5cd3f55bb5d364f973ad8bdd7bf87e53c79de3c11bf3feecc8"}, + {file = "invoke-2.2.1.tar.gz", hash = "sha256:515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707"}, ] [[package]] @@ -425,4 +425,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "08591efa9e947a04a32c2b0096887ccde6e7d6cd4009af12e5e5a9b36d40bb49" +content-hash = "6dfe8a9c1cc6f4354a7a7be26667bb050f21f6b5c06c9c80d8cd89e62c818588" diff --git a/pyproject.toml b/pyproject.toml index 673d5f4d..bfa856e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.9" black = "^25.9" codespell = "^2.4.1" flake8 = "^7.3.0" -invoke = "^2.2.0" +invoke = "^2.2.1" pep8-naming = "^0.15.1" pytest = "^8.4.2" yamllint = "^1.37.1"