From 80984444ea5197ef2ec96c0db0ee57ce5df97ced Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Dec 2024 23:20:07 +0000 Subject: [PATCH] chore(deps): update dependency python-semantic-release to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c187249..1316ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ coverage = "^6.5.0" pytest = "^7.2.0" pytest-mock = "^3.10.0" python-dotenv = "^0.21.0" -python-semantic-release = "^7.32.2" +python-semantic-release = "^9.0.0" vcrpy = "^4.2.1" [build-system]