From 35b6e791744760ede04387cd6877177f7cd291ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:48:03 +0000 Subject: [PATCH] fix(pypi): update dependency reqstool-python-decorators to v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdefbef..28fa29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Development Status :: 4 - Beta", ] dependencies = [ - "reqstool-python-decorators==0.0.9", + "reqstool-python-decorators==0.1.0", "ruamel.yaml==0.19.1", "hatchling==1.29.0", ]