From 5deebde2eb8208d4ee18b603d5eb734ec5da50e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:59:37 +0000 Subject: [PATCH] Bump jwcrypto from 0.8 to 1.4 Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 0.8 to 1.4. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v0.8.0...v1.4.0) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 770793f..e82291d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -148,9 +148,8 @@ itsdangerous==1.1.0; python_full_version >= "3.7.0" \ jinja2==2.11.3; python_full_version >= "3.7.0" \ --hash=sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419 \ --hash=sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6 -jwcrypto==0.8; python_version >= "3.7" \ - --hash=sha256:16e17faa4dce36551ade3a3ccb06236a61e5924ea1db163c9be9827acf935a82 \ - --hash=sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24 +jwcrypto==1.4; python_version >= "3.7" \ + --hash=sha256:30bcfc2d199f2f1a52d04558ffa99112ad81d7b787f29e0d9aa4ef499934307e markupsafe==1.1.1; python_full_version >= "3.7.0" \ --hash=sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161 \ --hash=sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7 \