From 9f2fd93ef9d14b642f4a46d6e2902416b3944a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:00:23 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d98bfff..57b88c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -poetry = "2.2.1" +poetry = "2.3.1" reqstool-python-decorators = "0.0.8" poetry-dynamic-versioning = "1.9.1"