From e62ce79743fbe7e3dcebf2835095cb4e43131c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:56:40 +0000 Subject: [PATCH] build(deps): bump cryptography from 46.0.7 to 48.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-ci.in | 2 +- web_demo/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.in b/requirements-ci.in index 6fc6380f..2d6fa2f5 100644 --- a/requirements-ci.in +++ b/requirements-ci.in @@ -17,5 +17,5 @@ pip-licenses==5.5.5 cyclonedx-bom==7.3.0 toml==0.10.2 hypothesis==6.152.4 -cryptography==46.0.7 +cryptography==48.0.0 argon2-cffi==25.1.0 diff --git a/web_demo/requirements.txt b/web_demo/requirements.txt index 2f60aad9..4afda949 100644 --- a/web_demo/requirements.txt +++ b/web_demo/requirements.txt @@ -2,7 +2,7 @@ Flask==3.1.3 Pillow==12.2.0 qrcode[pil]==8.2 argon2-cffi==25.1.0 -cryptography==46.0.7 +cryptography==48.0.0 pyzbar==0.1.9 opencv-python==4.13.0.92 numpy>=1.24.0