From dfb79e59cfaefe8501ccdadb45bb21101d3f326a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 4 Mar 2025 00:59:38 +0100 Subject: [PATCH] Chore: Update to poethepoet<1 Its standard interfaces are considered stable enough, so this patch intends to reduce future Dependabot traffic. --- cratedb_sqlparse_py/pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 53a6ca7..fee17c2 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ optional-dependencies.develop = [ "mypy<1.16", "packaging", - "poethepoet<0.33", + "poethepoet<1", "pyproject-fmt<2.6", "ruff<0.10", "validate-pyproject<0.24", diff --git a/requirements.txt b/requirements.txt index d86199e..2547dfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ antlr4-tools<0.3 -poethepoet<0.33 +poethepoet<1 requests<3