From c7561ba3fc6020e213c1923b31cf8ac940e40796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:38:12 +0000 Subject: [PATCH] Bump cryptography from 46.0.1 to 46.0.5 in /src/shoppingassistantservice Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/shoppingassistantservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shoppingassistantservice/requirements.txt b/src/shoppingassistantservice/requirements.txt index 5940f1d..1c49e8e 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -27,7 +27,7 @@ charset-normalizer==3.4.3 # via requests click==8.3.0 # via flask -cryptography==46.0.1 +cryptography==46.0.5 # via google-cloud-alloydb-connector distro==1.9.0 # via google-genai