From b5ad92b5324f4aff02dd1e329138420da3da5b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:03:04 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.5 to >=50.0.1 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...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 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 d7170b3..b08152c 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>=50.0.1 # 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