From 653f83fc90efce87b5e41f21ae5e1cc656429011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:05:46 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.7 to >=47.0.0 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.7...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 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 4a3a3a883c..5e61d87194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "bleach==6.3.*", "celery==5.6.*", "chardet==5.2.*", - "cryptography>=46.0.7", + "cryptography>=47.0.0", "css-inline==0.20.*", "defusedcsv>=3.0.0", "dnspython==2.*",