From 4a5a8039b7abc1d26be53eb7efa79694cec6372a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:02:40 +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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4fda88e..a265a17 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]] @@ -356,4 +356,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "73bd41ec6efec12f460d542009f6b72043de02a5f410b7334ea71f9bd7401f31" +content-hash = "b8654529e558cb00db99bb11164984d00aff9aecbb8353da8b77deea92e738f0" diff --git a/pyproject.toml b/pyproject.toml index 805ce45..98a634f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ flake8 = "^7.3.0" pep8-naming = "^0.15.1" codespell = "^2.4.1" pytest = "8.4.2" -invoke = "2.2.0" +invoke = "2.2.1" [build-system] requires = ["poetry-core>=1.0.0"]