From 87073d9cd3e505417f4f4622483c02d486eb3189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:45:42 +0000 Subject: [PATCH] Update poethepoet requirement in /cratedb_sqlparse_py 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.27.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 98a347c..eaa481b 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "mypy<1.11", - "poethepoet<0.27", + "poethepoet<0.28", "pyproject-fmt<2.2", "ruff<0.5", "validate-pyproject<0.19",