diff --git a/poetry.lock b/poetry.lock index 20b0230..3a2929d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2054,26 +2054,26 @@ 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" 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" @@ -2414,4 +2414,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eceacc8b3b61ac072e178262a14a202859cafd566d12e05c14645baf714eb75d" +content-hash = "c0b892b67ecf7f45760f508af868361b7faa0ca4e4b41a50c7803cc3082e87e0" diff --git a/pyproject.toml b/pyproject.toml index 7ce1a41..edaab17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "8.4.2" pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.12.10" -safety = "3.6.0" +safety = "3.6.1" yamllint = "1.37.1" syrupy = "4.9.1"