From 1f5dda23f4a3905cc05a15af8dbfcea0298fc296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:03:21 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.5 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.5...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c569ba..3e05c74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ social-auth-app-django social-auth-core>=3.3.0 kiwitcms-tenants certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability -cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability +cryptography>=47.0.0 # not directly required, pinned by Snyk to avoid a vulnerability pyjwt>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability