From 0b283dafb19c303c6e4a3dcdacb52cdfa0cc8069 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Mon, 14 Oct 2024 00:34:35 +0000 Subject: [PATCH] chore(deps): update dependency poetry-core to v1.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e419215..60c8cbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,5 +45,5 @@ testpaths = [ asyncio_mode = "auto" [build-system] -requires = ["poetry-core==1.9.0"] +requires = ["poetry-core==1.9.1"] build-backend = "poetry.core.masonry.api"