From febe2cfe94180dd288b4c8e1c22d14226d62e15f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:42:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20safe?= =?UTF-8?q?ty=20to=20v3.1.0?= 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 1144c7df..84726588 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1531,13 +1531,13 @@ files = [ [[package]] name = "safety" -version = "3.0.1" +version = "3.1.0" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.0.1-py3-none-any.whl", hash = "sha256:1ed058bc4bef132b974e58d7fcad020fb897cd255328016f8a5a194b94ca91d2"}, - {file = "safety-3.0.1.tar.gz", hash = "sha256:1f2000f03652f3a0bfc67f8fd1e98bc5723ccb76e15cb1bdd68545c3d803df01"}, + {file = "safety-3.1.0-py3-none-any.whl", hash = "sha256:f2ba2d36f15ac1e24751547a73b854509a7d6db31efd30b57f64ffdf9d021934"}, + {file = "safety-3.1.0.tar.gz", hash = "sha256:71f47b82ece153ec2f240e277f7cbfa70d5da2e0d143162c67f63b2f7459a1aa"}, ] [package.dependencies] @@ -1547,11 +1547,11 @@ dparse = ">=0.6.4b0" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" packaging = ">=21.0" -pydantic = ">=1.10.12,<2.0" +pydantic = ">=1.10.12" requests = "*" rich = "*" "ruamel.yaml" = ">=0.17.21" -safety-schemas = ">=0.0.1" +safety-schemas = ">=0.0.2" setuptools = ">=65.5.1" typer = "*" typing-extensions = ">=4.7.1" @@ -1811,4 +1811,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "60f6a239fa7f0a7dd8a7c80c8360ec84f2a8d18cb3aa488cb1232441b7c7f39f" +content-hash = "f61b98750336c6b93ded0e7200bf28a2176b9adf4afe7e05e8940e1fc79493ef" diff --git a/pyproject.toml b/pyproject.toml index d6e4c99e..87db1d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest = "7.4.4" pytest-asyncio = "0.23.6" pytest-cov = "4.1.0" ruff = "0.3.4" -safety = "3.0.1" +safety = "3.1.0" types-cachetools = "^5.3.0" yamllint = "1.35.1"