From 8dfbb3149886ef79d8c1b866eec97dede2b8d249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:41:46 +0000 Subject: [PATCH] chore(deps): Bump cryptography from 48.0.1 to 50.0.0 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 33995b6..95d612e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ saq[redis]>=0.22,<1.0 httpx==0.28.1 pillow==12.2.0 thumbhash==0.1.2 -cryptography==48.0.1 +cryptography==50.0.0 pixivpy3==3.7.5 pydantic-settings==2.14.2 python-multipart==0.0.31