From b1da616925d59181d8bfceb0f21e355ab894f499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 05:33:21 +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: indirect ... Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 7d812d6..5c73842 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -34,7 +34,7 @@ coverage==7.5.4 # coverage-p coverage-p==24.7.0 # via -r requirements_tests.in -cryptography==42.0.8 +cryptography==43.0.1 # via secretstorage distlib==0.3.8 # via virtualenv