From 65c073a143591abd826e699674d6b1dd0ecc7d40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:56:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20safe?= =?UTF-8?q?ty=20to=20v3.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c40ad0b..4d38d165 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1880,19 +1880,19 @@ files = [ [[package]] name = "safety" -version = "3.2.10" +version = "3.2.11" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.10-py3-none-any.whl", hash = "sha256:3f177107ed3d0859ee081c56491739c13fcb12b5cf854f35d62eb324d5c0a581"}, - {file = "safety-3.2.10.tar.gz", hash = "sha256:8ed71c43869f96613797c3ef9f0e27927db6c05d1ff81d5439bb64c13cc45242"}, + {file = "safety-3.2.11-py3-none-any.whl", hash = "sha256:3c339c380c9ea6a2d3ab09e88c01ee7ecaabaf963a1c98c021e13aacb9eeea3a"}, + {file = "safety-3.2.11.tar.gz", hash = "sha256:70a3b7cc75ba41907bf1705bcbbeab232688657c21088e108712ecb601fe0f20"}, ] [package.dependencies] Authlib = ">=1.2.0" Click = ">=8.0.2" -dparse = ">=0.6.4b0" +dparse = ">=0.6.4" filelock = ">=3.12.2,<3.13.0" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" @@ -2169,4 +2169,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b1d0664e7d16f79fc1e2b7763553cd164ef26417f53041f51fdfa9e0651e994a" +content-hash = "bc210d1329b9d527efdd0a4735d506898382e76bffe5583dc1f064f7d01a2b2e" diff --git a/pyproject.toml b/pyproject.toml index 113d95b8..fc9abff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "8.3.3" pytest-asyncio = "0.24.0" pytest-cov = "6.0.0" ruff = "0.7.3" -safety = "3.2.10" +safety = "3.2.11" yamllint = "1.35.1" syrupy = "4.7.2" aioresponses = "0.7.6"