From 312ce87556fdf0fc0519ab46c859ab4efed23d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:45:58 +0000 Subject: [PATCH] build(deps): bump cryptography from 46.0.5 to 46.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa3913e44e5..63616927fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -157,7 +157,7 @@ dependencies = [ "selenium-requests==2.0.4", "webdriver_manager==4.0.1", # Security and audit - "cryptography==46.0.5", + "cryptography==46.0.7", "jwcrypto>=1.5.6", # dependency for XLSX handler "python-calamine==0.6.2",