From 27ac8af672c7dbf6f60ea5657a5023c8a7876dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:26:16 +0000 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41601c7..e8df947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ click==8.1.3 # via flask commonmark==0.9.1 # via rich -cryptography==41.0.2 +cryptography==41.0.3 # via pyjwt cssmin==0.2.0 # via -r requirements.in diff --git a/requirements_dev.txt b/requirements_dev.txt index 13afefb..3222ff8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -68,7 +68,7 @@ commonmark==0.9.1 # rich coverage[toml]==7.2.3 # via pytest-cov -cryptography==41.0.2 +cryptography==41.0.3 # via # -r requirements.txt # pyjwt