diff --git a/pyproject.toml b/pyproject.toml index 92e8595e..f97cf6e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pydantic>=2.6.0,<2.10.0", "requests", # TODO: To be replaced by httpx or aiohttp "ruamel.yaml>=0.17.21", - "safety-schemas==0.0.10", + "safety-schemas==0.0.11", # TODO: To be removed after migrate away from pkg_resources "setuptools>=65.5.1", "typer>=0.12.1",