From 7cfa7e599e1203fe9f06f87b7ff73e9f524ea81b Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 20 Aug 2024 12:07:05 +0530 Subject: [PATCH] chore(deps): bump `semantic-version` to match frappe framework Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b8421f33..e1cc4ca57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "Jinja2~=3.1.3", "python-crontab~=2.6.0", "requests", - "semantic-version~=2.8.2", + "semantic-version~=2.10.0", "setuptools>40.9.0", "tomli;python_version<'3.11'", ]