From f7a7f4489ee230b9ea612ff7ff0d1efac00edf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:58:19 +0000 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 in /src/shoppingassistantservice Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.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 7249dfa..b9ea4bc 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -32,7 +32,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via flask -cryptography==43.0.0 +cryptography==43.0.1 # via google-cloud-alloydb-connector flask==3.0.3 # via -r requirements.in