From 787060c14d49461617e2ca042ffed8bf1fa40b26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 07:19:49 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20safe?= =?UTF-8?q?ty=20to=20v3.0.1=20(#905)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 24 +++++------------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92c28464..e0e16608 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,19 +735,6 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] -[[package]] -name = "jwt" -version = "1.3.1" -description = "JSON Web Token library for Python 3." -optional = false -python-versions = ">= 3.6" -files = [ - {file = "jwt-1.3.1-py3-none-any.whl", hash = "sha256:61c9170f92e736b530655e75374681d4fcca9cfa8763ab42be57353b2b203494"}, -] - -[package.dependencies] -cryptography = ">=3.1,<3.4.0 || >3.4.0" - [[package]] name = "markdown-it-py" version = "3.0.0" @@ -1486,21 +1473,20 @@ files = [ [[package]] name = "safety" -version = "3.0.0" +version = "3.0.1" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.0.0-py3-none-any.whl", hash = "sha256:b5899fa386d12834e5b1a86f041ed8d2eb5ffcc5e3792cd87d87e309fae3beeb"}, - {file = "safety-3.0.0.tar.gz", hash = "sha256:e20eeb06add4d6d0c84c1915cd48f69174399365758de2e5c147a1ef637a1962"}, + {file = "safety-3.0.1-py3-none-any.whl", hash = "sha256:1ed058bc4bef132b974e58d7fcad020fb897cd255328016f8a5a194b94ca91d2"}, + {file = "safety-3.0.1.tar.gz", hash = "sha256:1f2000f03652f3a0bfc67f8fd1e98bc5723ccb76e15cb1bdd68545c3d803df01"}, ] [package.dependencies] -Authlib = "1.2.0" +Authlib = ">=1.2.0" Click = ">=8.0.2" dparse = ">=0.6.4b0" jinja2 = ">=3.1.0" -jwt = "1.3.1" marshmallow = ">=3.15.0" packaging = ">=21.0" pydantic = ">=1.10.12,<2.0" @@ -1755,4 +1741,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "909f3d45c52571ee3352b1f6657cec25aa2952bd14622c6a95c7588f996c95f3" +content-hash = "340c8c12a007ac58b466f734d9f9120fd59900f81fbff418e174973286b457d9" diff --git a/pyproject.toml b/pyproject.toml index cc115814..dd3eea89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "7.4.4" pytest-asyncio = "0.23.3" pytest-cov = "4.1.0" ruff = "0.1.14" -safety = "3.0.0" +safety = "3.0.1" yamllint = "1.33.0" [tool.poetry.urls]