From f2f99afaf25a54bda0f0a0910917575082c74749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:51:37 +0000 Subject: [PATCH] build(deps): update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...43.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 408acec90b..a05e51f24b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyOpenSSL>=21.0.0,<22 python-docx>=0.8.11,<0.9 python-pptx>=0.6.21,<0.7 networkx>=2.6.3,<2.7 -cryptography>=3.4.8,<4 +cryptography>=3.4.8,<44 publicsuffixlist>=0.9.3,<0.10 openpyxl>=3.1.1,<4 pyyaml>=6.0.0,<7