diff --git a/pyproject.toml b/pyproject.toml index 3bc98ef..143483a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "json5>=0.14.0,<1.0.0", + "json5>=0.15.0,<1.0.0", "requests>=2.33.1,<3.0.0", "dependency-algorithm>=0.1,<0.2", ]