From 3e5fd9afb23bed028d838d6f4801d80d5a92b3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:25:51 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d36f081..1b640f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ tomli==2.0.1; python_version < '3.11' blinker==1.7.0; python_version >= '3.8' cffi==1.16.0; python_version >= '3.8' click==8.1.7; python_version >= '3.7' -cryptography==41.0.7; python_version >= '3.7' +cryptography==42.0.4; python_version >= '3.7' flask==3.0.0; python_version >= '3.8' importlib-metadata==7.0.1; python_version < '3.10' itsdangerous==2.1.2; python_version >= '3.7' diff --git a/requirements.txt b/requirements.txt index 6b7fc52..520b852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ blinker==1.7.0; python_version >= '3.8' cffi==1.16.0; python_version >= '3.8' click==8.1.7; python_version >= '3.7' -cryptography==41.0.7; python_version >= '3.7' +cryptography==42.0.4; python_version >= '3.7' flask==3.0.0; python_version >= '3.8' importlib-metadata==7.0.1; python_version < '3.10' itsdangerous==2.1.2; python_version >= '3.7'