From e0cff8603bb886406abaa8b07462e0db00bab44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:12:31 +0000 Subject: [PATCH] Bump autohooks-plugin-isort from 22.8.0 to 23.4.0 Bumps [autohooks-plugin-isort](https://github.com/greenbone/autohooks-plugin-isort) from 22.8.0 to 23.4.0. - [Release notes](https://github.com/greenbone/autohooks-plugin-isort/releases) - [Changelog](https://github.com/greenbone/autohooks-plugin-isort/blob/main/changelog.toml) - [Commits](https://github.com/greenbone/autohooks-plugin-isort/compare/v22.8.0...v23.4.0) --- updated-dependencies: - dependency-name: autohooks-plugin-isort dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9c98c29a..c68c146e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -90,20 +90,18 @@ black = ">=20.8" [[package]] name = "autohooks-plugin-isort" -version = "22.8.0" +version = "23.4.0" description = "An autohooks plugin for python code formatting via isort" category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "autohooks-plugin-isort-22.8.0.tar.gz", hash = "sha256:ed798f3ff9a2046ca7943cc25cbdd13afde2ddf82935cead3d61da4e210d070b"}, - {file = "autohooks_plugin_isort-22.8.0-py3-none-any.whl", hash = "sha256:711ba763f962245cecf74b8d5014a5d5a13dcc1e55c775c4d00c85de8291fa90"}, + {file = "autohooks_plugin_isort-23.4.0-py3-none-any.whl", hash = "sha256:ada2aad42a2c6e12b4b931a524c971968b4f2426bd7bc96f7806867e1237e449"}, + {file = "autohooks_plugin_isort-23.4.0.tar.gz", hash = "sha256:309188365bfed8f2841545f7484bc9e4872d031ef8d495128a86e409483c5b6a"}, ] [package.dependencies] autohooks = ">=21.6.0" -autohooks-plugin-black = ">=22.7.0" -autohooks-plugin-pylint = ">=21.6.0" isort = ">=5.8.0,<6.0.0" [[package]]