From afba05ae43b5c39624364f6c4472cd0635c1ec5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:26:51 +0000 Subject: [PATCH] Bump invoke from 2.2.0 to 2.2.1 Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.2.0 to 2.2.1. - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: invoke dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a82d543..bb414772 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,14 +724,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]] @@ -2193,4 +2193,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "64eae642e917bc2ced27ca1a334e501eae1c9a64ecd2f9e9f9b1fee6662ed8ba" +content-hash = "8705b7d1ffc6b21a47723b6abef9730510793f3bc3110f6cb25d118eaaf2d0cd" diff --git a/pyproject.toml b/pyproject.toml index afee35b4..3a45705c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^25.9" codespell = "^2.4.1" flake8 = "^7.3.0" gitpython = "^3.1.45" -invoke = "^2.2.0" +invoke = "^2.2.1" mdx_truly_sane_lists = "^1.3" mike = "^2.1.3" mkdocs = "^1.5.3"