From a59d2fd3e5fbe89008556adb6eaa1efcca6c80a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:03:57 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- server/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4049ff7..1880eb3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -19,7 +19,7 @@ cffi==1.16.0 # cryptography charset-normalizer==3.3.2 # via requests -cryptography==42.0.4 +cryptography==43.0.1 # via pyjwt django==4.2.16 # via diff --git a/server/requirements_dev.txt b/server/requirements_dev.txt index 41dc845..8bd9faa 100644 --- a/server/requirements_dev.txt +++ b/server/requirements_dev.txt @@ -25,7 +25,7 @@ click==8.1.7 # via # pip-tools # pur -cryptography==42.0.4 +cryptography==43.0.1 # via pyjwt django==4.2.16 # via