diff --git a/poetry.lock b/poetry.lock index f11a7429..12975fc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2226,13 +2226,13 @@ files = [ [[package]] name = "safety" -version = "3.6.1" +version = "3.6.2" description = "Scan dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.8" files = [ - {file = "safety-3.6.1-py3-none-any.whl", hash = "sha256:22bc89d4e6471aa0fce41952bb5f7cb5f2f126127976024fe55c641c5447ce0b"}, - {file = "safety-3.6.1.tar.gz", hash = "sha256:4d021e61cb8be527274560e5729616155b42e5442ca54e62c57da40076d80fd4"}, + {file = "safety-3.6.2-py3-none-any.whl", hash = "sha256:754f8d6068d1504503b0346cbd3cb0e67015d2abc1d842f3a4e4b662cb4f44ec"}, + {file = "safety-3.6.2.tar.gz", hash = "sha256:2e148cd9a4ad2e387d2c142878b7b5a3a9cb9e6538167043faa1ba7023a032be"}, ] [package.dependencies] @@ -2246,10 +2246,10 @@ marshmallow = ">=3.15.0" nltk = ">=3.9" packaging = ">=21.0" psutil = ">=6.1.0,<8.0" -pydantic = ">=2.6.0,<2.10.0" +pydantic = ">=2.6.0" requests = "*" ruamel-yaml = ">=0.17.21" -safety-schemas = "0.0.14" +safety-schemas = "0.0.16" setuptools = ">=65.5.1" tenacity = "*" tomlkit = "*" @@ -2263,19 +2263,19 @@ spdx = ["spdx-tools (>=0.8.2)"] [[package]] name = "safety-schemas" -version = "0.0.14" +version = "0.0.16" description = "Schemas for Safety tools" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "safety_schemas-0.0.14-py3-none-any.whl", hash = "sha256:0bf6fc4aa5e474651b714cc9e427c862792946bf052b61d5c7bec4eac4c0f254"}, - {file = "safety_schemas-0.0.14.tar.gz", hash = "sha256:49953f7a59e919572be25595a8946f9cbbcd2066fe3e160c9467d9d1d6d7af6a"}, + {file = "safety_schemas-0.0.16-py3-none-any.whl", hash = "sha256:6760515d3fd1e6535b251cd73014bd431d12fe0bfb8b6e8880a9379b5ab7aa44"}, + {file = "safety_schemas-0.0.16.tar.gz", hash = "sha256:3bb04d11bd4b5cc79f9fa183c658a6a8cf827a9ceec443a5ffa6eed38a50a24e"}, ] [package.dependencies] dparse = ">=0.6.4" packaging = ">=21.0" -pydantic = ">=2.6.0,<2.10.0" +pydantic = ">=2.6.0" ruamel-yaml = ">=0.17.21" typing-extensions = ">=4.7.1" @@ -2586,4 +2586,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2c2b174e7d2e2f0b920667817d314218b6fc85f1e52e8c78c136724572142783" +content-hash = "6fdf62ce4d46b512ea074bfc95dbffe7a558062b5096190ac53a1aba21ff623e" diff --git a/pyproject.toml b/pyproject.toml index cb69e54f..454fedbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "8.4.2" pytest-asyncio = "1.2.0" pytest-cov = "7.0.0" ruff = "0.13.2" -safety = "3.6.1" +safety = "3.6.2" yamllint = "1.37.1" syrupy = "4.9.1" aioresponses = "0.7.8"