From 6804556c10fca6d7aac08694b9dfe90cf44cc086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:23:21 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.5 to >=48.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...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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..82d8e40 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>=48.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