From 2a2e08f8ee28e0b91f04424bd961729e59329b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:53:29 +0000 Subject: [PATCH] chore: bump cryptography from 44.0.1 to 46.0.7 in /app Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 6a797c22..93febfbb 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,11 +4,11 @@ attrs==24.2.0 # via # jsonschema # referencing -cffi==1.17.1 +cffi==2.0.0 # via cryptography coverage[toml]==7.6.8 # via pytest-cov -cryptography==44.0.1 +cryptography==46.0.7 # via pyjwt django==4.2.27 # via