From 8bcffb4ad55740fd839e2c9147ecadb668f5fec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:06:30 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.4 in /scripts Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c56feab4..6d96c05e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -15,7 +15,7 @@ cffi==1.15.1 charset-normalizer==3.2.0 click==8.1.6 cohere==4.19.2 -cryptography==41.0.3 +cryptography==41.0.4 dataclasses-json==0.5.14 decorator==5.1.1 Deprecated==1.2.14