From 7384c16f2469e25a5cada90161df1eaf04d7a569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:38:57 +0000 Subject: [PATCH] chore(deps): bump cryptography in /src/shoppingassistantservice Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography 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 55f9b0fdfaf..9a8de9a554c 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -37,7 +37,7 @@ charset-normalizer==3.4.0 # via requests click==8.1.7 # via flask -cryptography==44.0.0 +cryptography==44.0.1 # via google-cloud-alloydb-connector filetype==1.2.0 # via langchain-google-genai