From b7fff749544d4a84973628731e715a41879663a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:42:52 +0000 Subject: [PATCH 1/2] Update poethepoet requirement from <0.19 to <0.25 Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.1.0...v0.24.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 833ddeb..efe3962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ develop = [ "black<24", "isort<6", - "poethepoet<0.19", + "poethepoet<0.25", "proselint==0.13", "pyproject-fmt<1.2", "ruff==0.0.291", From 509540b460562ad15cc0cf9481eb10953100eb09 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 1 Oct 2023 22:47:37 +0200 Subject: [PATCH 2/2] Fix poethepoet configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efe3962..fd82ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,7 @@ lint = [ { cmd = "black --check ." }, { cmd = "isort --check ." }, { cmd = "validate-pyproject pyproject.toml" }, - { cmd = "proselint *.rst doc/**.rst" }, + { cmd = "proselint *.rst doc/*.rst" }, # { cmd = "mypy" }, ]