From e951a0493ddc887618b2a7dbb34c6dca00cd680e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:12:42 +0000 Subject: [PATCH] Bump cryptography in /redditrepostsleuth/repostsleuthsiteapi Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- redditrepostsleuth/repostsleuthsiteapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redditrepostsleuth/repostsleuthsiteapi/requirements.txt b/redditrepostsleuth/repostsleuthsiteapi/requirements.txt index b3db7de..169afca 100644 --- a/redditrepostsleuth/repostsleuthsiteapi/requirements.txt +++ b/redditrepostsleuth/repostsleuthsiteapi/requirements.txt @@ -18,4 +18,4 @@ redlock==1.2.0 celery[redis]==5.3.1 pydantic==1.10.9 sentry-sdk==1.29.2 -cryptography==41.0.6 \ No newline at end of file +cryptography==42.0.4 \ No newline at end of file