From ff63a04d5d64b83d8dc1178373dcc31a8ac9406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:40 +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/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 05e0fe6..b50084a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ pypdf>=6.10.2 # PDF utilities - security patches (updated 2026-03-02) pandas>=2.2.0 # Data processing python-dotenv>=1.2.2 # Environment configuration tabulate>=0.10.0 # Table formatting -cryptography>=47.0.0 # Cryptographic operations - security patches (updated 2026-04-29) +cryptography>=48.0.0 # Cryptographic operations - security patches (updated 2026-04-29) openpyxl>=3.1.5 # Excel export (.xlsx format) # Note: Network libraries (requests, urllib3) intentionally excluded