From aa87a03d14e98346a8dfc33f5454524b19e08542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:10:36 +0000 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 in /redditrepostsleuth/ingestsvc Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- redditrepostsleuth/ingestsvc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redditrepostsleuth/ingestsvc/requirements.txt b/redditrepostsleuth/ingestsvc/requirements.txt index 1765168..ae6a3bc 100644 --- a/redditrepostsleuth/ingestsvc/requirements.txt +++ b/redditrepostsleuth/ingestsvc/requirements.txt @@ -7,4 +7,4 @@ imagehash==4.3.1 influxdb-client==1.37.0 aiohttp==3.9.0 sentry-sdk==1.29.2 -cryptography==41.0.6 \ No newline at end of file +cryptography==42.0.0 \ No newline at end of file