diff --git a/poetry.lock b/poetry.lock index 739b27a7..49fba681 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1886,13 +1886,13 @@ files = [ [[package]] name = "safety" -version = "3.2.11" +version = "3.2.12" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.11-py3-none-any.whl", hash = "sha256:3c339c380c9ea6a2d3ab09e88c01ee7ecaabaf963a1c98c021e13aacb9eeea3a"}, - {file = "safety-3.2.11.tar.gz", hash = "sha256:70a3b7cc75ba41907bf1705bcbbeab232688657c21088e108712ecb601fe0f20"}, + {file = "safety-3.2.12-py3-none-any.whl", hash = "sha256:e368b02d532ed6e248631617b246c1d01561e862b6a0949a87d28e0152322d13"}, + {file = "safety-3.2.12.tar.gz", hash = "sha256:fab91195f32bfcb64d99b3a796b6865fc020950c67b1f940230201aaf8f46e01"}, ] [package.dependencies] @@ -1908,7 +1908,7 @@ pydantic = ">=1.10.12" requests = "*" rich = "*" "ruamel.yaml" = ">=0.17.21" -safety-schemas = ">=0.0.8" +safety_schemas = "0.0.10" setuptools = ">=65.5.1" typer = "*" typing-extensions = ">=4.7.1" @@ -1921,13 +1921,13 @@ spdx = ["spdx-tools (>=0.8.2)"] [[package]] name = "safety-schemas" -version = "0.0.9" +version = "0.0.10" description = "Schemas for Safety tools" optional = false python-versions = ">=3.7" files = [ - {file = "safety_schemas-0.0.9-py3-none-any.whl", hash = "sha256:bf1f7d7c3149b8c4fcbb7f4f859da10c8e5008aa569294f8692c22534d6ef119"}, - {file = "safety_schemas-0.0.9.tar.gz", hash = "sha256:23044f88aa21213980b00e6002cf56229e1efc2b6cbdde3e90fc781ca6bbc217"}, + {file = "safety_schemas-0.0.10-py3-none-any.whl", hash = "sha256:83978c14fcf598f00a6d98e70450e635d3deb33b3abbb5a886004ade7ca84b7f"}, + {file = "safety_schemas-0.0.10.tar.gz", hash = "sha256:5ec83bb19e17003748d2a4b11e43e1f2b4471c9434329e9a0d80d1069966b96c"}, ] [package.dependencies] @@ -2175,4 +2175,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9236aecb7b65476f74735ac3986c3463866e37bdea60202d286d4fde98335349" +content-hash = "7671cedd773d78c83d59d36fc9c493b413b9532ff6e6202193dfa7d729ad9c98" diff --git a/pyproject.toml b/pyproject.toml index ef7e3cdd..8b20caa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "8.3.4" pytest-asyncio = "0.24.0" pytest-cov = "6.0.0" ruff = "0.8.2" -safety = "3.2.11" +safety = "3.2.12" yamllint = "1.35.1" syrupy = "4.8.0" aioresponses = "0.7.7"