From 98efb5e7de09a3e40c551a4f982bf7b4556d9f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:47:14 +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.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...41.0.4) --- 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..95ce9cb 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.4 PyJWT==1.7.1 pydantic==1.9.0 aioredis==2.0.1