From 52214868925b42249972c0532ccb1315ab3dc859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:14:26 +0000 Subject: [PATCH] chore(deps)(deps): update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3f2557e..b3f8c0d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ pypdf>=6.7.5 # PDF utilities - security patches (updated 2026-03-02) pandas>=2.2.0 # Data processing python-dotenv>=1.0.0 # Environment configuration tabulate>=0.9.0 # Table formatting -cryptography>=46.0.5 # Cryptographic operations - security patches (updated 2026-03-02) +cryptography>=47.0.0 # Cryptographic operations - security patches (updated 2026-03-02) openpyxl>=3.1.0 # Excel export (.xlsx format) # Note: Network libraries (requests, urllib3) intentionally excluded