From 2f8ba1424f82fbd279f3b2f7c70d7ee0452e7045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:01:44 +0000 Subject: [PATCH] Bump jwcrypto from 0.8 to 1.5.5 Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 0.8 to 1.5.5. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v0.8.0...v1.5.5) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b573c8f..8bf0289 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ uvicorn Flask>=1.0.2 requests>=2.21 cryptography>=3.3.2 -jwcrypto==0.8 +jwcrypto==1.5.5 six \ No newline at end of file