From e53b0c228a705f4c52ce948a626711c3e72b81df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 05:01:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20safe?= =?UTF-8?q?ty=20to=20v3.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index df8554cc..23ff5a42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2160,26 +2160,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" @@ -2520,4 +2520,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b2c0129da0f3a9c70af61e81735947fb45641fd7d9b1246b6f90963e1b2a9ebd" +content-hash = "6934f5d1030898bb050e15c831782bf6a359a393e4fed4cade7fa10c5ddc49b4" diff --git a/pyproject.toml b/pyproject.toml index c6a93df2..6592cad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,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" yamllint = "1.37.1" syrupy = "4.9.1" aioresponses = "0.7.8"