From fa5d7e296d3a05bdf0becf956ef095f1e1348777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:54:41 +0000 Subject: [PATCH] Chore(deps): Bump cryptography from 46.0.3 to 46.0.6 in /etc Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 2511cef4..a89de5e1 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -41,7 +41,7 @@ click-repl==0.3.0 # via celery cron-descriptor==2.0.6 # via django-celery-beat -cryptography==46.0.3 +cryptography==46.0.6 # via -r requirements.in decorator==5.2.1 # via retry2