From b1c965df3e48d92dd615d05b2b5efe73bbd7c710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 02:12:15 +0200 Subject: [PATCH] Bump cryptography from 42.0.5 to 42.0.7 (#41) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 9df5259..f5183c7 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 configparser==7.0.0 -cryptography==42.0.5 +cryptography==42.0.7 Django==5.0.4 django-admin-extra-buttons==1.5.7 django-appconf==1.0.6 diff --git a/requirements.txt b/requirements.txt index 4d526a8..9581679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ configparser==7.0.0 # via # -r requirements.in # exscript -cryptography==42.0.5 +cryptography==42.0.7 # via # -r requirements.in # paramiko