From 622fd547755c3a919eb5a8d2ba0d70041c4a4230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:50:38 +0000 Subject: [PATCH] build(deps): bump cryptography from 37.0.1 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.1...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 851d280..f5c8ad3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ chardet==3.0.4 # via requests click==7.0 # via flask -cryptography==37.0.1 +cryptography==42.0.0 # via # pyopenssl # requests diff --git a/requirements_dev.txt b/requirements_dev.txt index 6d4c51d..6fb08a8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -24,7 +24,7 @@ chromedriver-autoinstaller==0.3.1 # via -r requirements_dev.in click==7.0 # via flask -cryptography==37.0.1 +cryptography==42.0.0 # via authlib entrypoints==0.3 # via flake8