From ccb1f4f57aca0434e280d1d83623f07d9f1418ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:23:15 +0000 Subject: [PATCH] Bump cryptography from 42.0.7 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7663ff..b888d55 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ click==8.1.7 # dotenv-linter click-default-group==1.2.4 # via dotenv-linter -cryptography==42.0.7 +cryptography==43.0.1 # via pyjwt decorator==5.1.1 # via ipython diff --git a/requirements.txt b/requirements.txt index afa05b7..1acda3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ certifi==2024.7.4 # sentry-sdk cffi==1.16.0 # via cryptography -cryptography==42.0.7 +cryptography==43.0.1 # via pyjwt h11==0.14.0 # via httpcore