From 1948b3446db309dd7aa9f871743936e8fe10842b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:47:16 +0000 Subject: [PATCH] fix(pypi): update dependency poetry to v2.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be4a2bd..68e5943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.13" -poetry = "2.3.2" +poetry = "2.3.3" reqstool-python-decorators = "0.1.0" poetry-dynamic-versioning = "1.10.0"