From d4b033a9a4f676b09020f425156e469655a4cc8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:50:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20safe?= =?UTF-8?q?ty=20to=20v2.4.0b2?= 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 2a1a921..1400c88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1243,13 +1243,13 @@ files = [ [[package]] name = "safety" -version = "2.4.0b1" +version = "2.4.0b2" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = "*" files = [ - {file = "safety-2.4.0b1-py3-none-any.whl", hash = "sha256:95570bfdb0ca17bb2acdf34963966ce8f8b26bffeb76722d98251cee2f81b215"}, - {file = "safety-2.4.0b1.tar.gz", hash = "sha256:26b3000eec09f64fdd323db29c44c0446607b0c9b4ce65c3f8f9570e2c640958"}, + {file = "safety-2.4.0b2-py3-none-any.whl", hash = "sha256:63773ce92e17f5f80e7dff4c8a25d8abb7d62d375897b5f3bb4afe9313b100ff"}, + {file = "safety-2.4.0b2.tar.gz", hash = "sha256:9907010c6ca7720861ca7fa1496bdb80449b0619ca136eb7ac7e02bd3516cd4f"}, ] [package.dependencies] @@ -1257,7 +1257,7 @@ Click = ">=8.0.2" dparse = ">=0.6.2" jinja2 = {version = ">=3.1.0", markers = "python_version >= \"3.7\""} marshmallow = {version = ">=3.15.0", markers = "python_version >= \"3.7\""} -packaging = ">=21.0,<=23.0" +packaging = ">=21.0" requests = "*" "ruamel.yaml" = ">=0.17.21" setuptools = {version = ">=65.5.1", markers = "python_version >= \"3.7\""} @@ -1464,4 +1464,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "db21cd8cab5920ce7227b606e614e9d74311d4a9aa2a02594712f117ea0721c0" +content-hash = "5df76764d437bc0eaebeeaf72e8246d9241c6f7f4b53d9653cffce4bb6a5cc21" diff --git a/pyproject.toml b/pyproject.toml index 2694e33..e4845a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest = "7.4.3" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0" ruff = "0.1.5" -safety = "2.4.0b1" +safety = "2.4.0b2" syrupy = "4.6.0" yamllint = "1.33.0"