From a8ef4faebed6748eec0fa7932f56d514a01b4c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:29:32 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a2165cf..de78a97 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.8 +cryptography==43.0.1 Django==5.0.8 django-admin-extra-buttons==1.5.8 django-appconf==1.0.6 diff --git a/requirements.txt b/requirements.txt index ba732bd..69c7e90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ configparser==7.0.0 # via # -r requirements.in # exscript -cryptography==42.0.8 +cryptography==43.0.1 # via # -r requirements.in # paramiko