From a97c9f869891a57d28d46bb833047772afd4b524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:48:35 +0000 Subject: [PATCH] Bump cryptography in /2022/AeroCTF_2022/web-empathy/api Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2022/AeroCTF_2022/web-empathy/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/AeroCTF_2022/web-empathy/api/requirements.txt b/2022/AeroCTF_2022/web-empathy/api/requirements.txt index c6085e3..2bdedb3 100644 --- a/2022/AeroCTF_2022/web-empathy/api/requirements.txt +++ b/2022/AeroCTF_2022/web-empathy/api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.73.0 uvicorn==0.17.4 -cryptography==36.0.1 +cryptography==41.0.6 PyJWT==1.7.1 pydantic==1.9.0 aioredis==2.0.1