From bb72befc679c80b28abc22838b2438b822239ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:47:04 +0000 Subject: [PATCH] Bump cryptography from 41.0.6 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 58f8f29b..dde62b47 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ charset-normalizer = "==2.0.9" colorama = "==0.4.4" configparser = "==5.2.0" crayons = "==0.4.0" -cryptography = "==41.0.6" +cryptography = "==43.0.1" et-xmlfile = "==1.1.0" h11 = "==0.12.0" idna = "==3.7"