From 420b09a2baa482ab509fe714fac33f2d61c11dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:59:43 +0000 Subject: [PATCH] Bump jwcrypto from 0.6.0 to 1.4 in /jauth Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 0.6.0 to 1.4. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v0.6.0...v1.4.0) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jauth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jauth/requirements.txt b/jauth/requirements.txt index 6fddf10..2993d72 100644 --- a/jauth/requirements.txt +++ b/jauth/requirements.txt @@ -7,6 +7,6 @@ gunicorn==20.0.4 python-json-logger==2.0.2 deserialize==1.8.0 PyJWT==1.7.1 -jwcrypto==0.6.0 +jwcrypto==1.4 bcrypt==3.1.7 pydantic==1.8.2