From 2f53fb8621dd15b71ff149057275148581d8bc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:47:05 +0000 Subject: [PATCH] chore(deps): bump jwcrypto from 1.5.0 to 1.5.1 in /app Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index dadddea..54a544c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,7 +4,7 @@ cryptography==41.0.7 fastapi==0.105.0 httpx==0.26.0 jinja2==3.1.2 -jwcrypto==1.5.0 +jwcrypto==1.5.1 pydantic[email]==2.5.3 pydantic-settings==2.1.0 uvicorn[standard]==0.25.0