From 9a6fbccd825fc3e165c8eafb0bf138966de6b52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:15:07 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 41.0.0 in /src/contacts Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/contacts/requirements.in | 2 +- src/contacts/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/contacts/requirements.in b/src/contacts/requirements.in index 6207136..14ef61a 100644 --- a/src/contacts/requirements.in +++ b/src/contacts/requirements.in @@ -6,7 +6,7 @@ cachetools==4.1.1 certifi==2020.6.20 chardet==3.0.4 click==7.1.1 -cryptography==3.3.2 +cryptography==41.0.0 flask==1.1.4 pyjwt==1.7.1 gunicorn==20.1.0 diff --git a/src/contacts/requirements.txt b/src/contacts/requirements.txt index 4af21a0..46acb85 100644 --- a/src/contacts/requirements.txt +++ b/src/contacts/requirements.txt @@ -37,7 +37,7 @@ click==7.1.1 # flask coverage==6.4 # via pytest-cov -cryptography==3.3.2 +cryptography==41.0.0 # via -r requirements.in deprecated==1.2.13 # via opentelemetry-api @@ -173,7 +173,6 @@ six==1.16.0 # -r requirements.in # bcrypt # bleach - # cryptography # grpcio sqlalchemy==1.3.22 # via -r requirements.in