diff --git a/poetry.lock b/poetry.lock index d5e0ad7d..1b9b14aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2296,27 +2296,27 @@ files = [ [[package]] name = "safety" -version = "3.6.0" +version = "3.6.1" description = "Scan dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "safety-3.6.0-py3-none-any.whl", hash = "sha256:9cddbfd7a578b35e4d29df4fb6e3808425ed792a09d81400a5b7f4b4535ef666"}, - {file = "safety-3.6.0.tar.gz", hash = "sha256:a820f827699f83d3d5c2faab24c0ac4d094911931503180847d97942c0a6f7e3"}, + {file = "safety-3.6.1-py3-none-any.whl", hash = "sha256:22bc89d4e6471aa0fce41952bb5f7cb5f2f126127976024fe55c641c5447ce0b"}, + {file = "safety-3.6.1.tar.gz", hash = "sha256:4d021e61cb8be527274560e5729616155b42e5442ca54e62c57da40076d80fd4"}, ] [package.dependencies] authlib = ">=1.2.0" click = ">=8.0.2" dparse = ">=0.6.4" -filelock = ">=3.16.1,<3.17.0" +filelock = ">=3.16.1,<4.0" httpx = "*" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" nltk = ">=3.9" packaging = ">=21.0" -psutil = ">=6.1.0,<6.2.0" +psutil = ">=6.1.0,<8.0" pydantic = ">=2.6.0,<2.10.0" requests = "*" ruamel-yaml = ">=0.17.21" @@ -2767,4 +2767,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "943a1549e95419a14fd3514ec70096adfa8074ad3cd1007096562079d6da63b8" +content-hash = "4af9f97c231b360b905425a39650de3f64a8130590b441fc48dfec2908e633c2" diff --git a/pyproject.toml b/pyproject.toml index 41a1e27f..6ea387fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest = "8.4.2" pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.12.12" -safety = "3.6.0" +safety = "3.6.1" types-cachetools = "^5.3.0" yamllint = "1.37.1"