diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 6c03da6878..b1d26a2657 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -45,7 +45,7 @@ repository = "https://github.com/apache/polaris/" polaris = "cli.polaris_cli:main" [tool.poetry] -requires-poetry = "==2.1.3" +requires-poetry = "==2.1.4" packages = [ { include = "polaris" }, { include = "cli" } diff --git a/regtests/requirements.txt b/regtests/requirements.txt index 4cdc0807c1..5f1163b24f 100644 --- a/regtests/requirements.txt +++ b/regtests/requirements.txt @@ -17,4 +17,4 @@ # under the License. # -poetry==2.1.3 +poetry==2.1.4