From 3b4b7ab90c0c6cfb0b2f2c684971636cf214bd50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:04:52 +0000 Subject: [PATCH] chore(deps): update dependency reqstool-python-decorators to v0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1719d32..189e366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ - "reqstool-python-decorators == 0.0.5", + "reqstool-python-decorators ==0.0.6", "ruamel.yaml==0.18.10", "hatchling>=1.20.0", ]