From d20844a93c472d84a5812e6a45f5cd86a84ffd7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:59:40 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- worker-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6514176..1e58da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ aiohttp==3.8.5 pyjwt==2.8.0 gunicorn==21.2.0 falcon==3.1.1 -cryptography==41.0.3 \ No newline at end of file +cryptography==41.0.6 \ No newline at end of file diff --git a/worker-requirements.txt b/worker-requirements.txt index 0f5f254..7548efc 100644 --- a/worker-requirements.txt +++ b/worker-requirements.txt @@ -11,4 +11,4 @@ distance==0.1.3 pydantic==1.10.9 sentry-sdk==1.29.2 pyjwt==2.8.0 -cryptography==41.0.3 \ No newline at end of file +cryptography==41.0.6 \ No newline at end of file