From 2dba683e7de882aca88f971ec6a446585931a552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:32:27 +0000 Subject: [PATCH] build(deps): bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../thoughts_backend/ThoughtsBackend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/2_microservices/thoughts_backend/ThoughtsBackend/requirements.txt b/kubernetes/2_microservices/thoughts_backend/ThoughtsBackend/requirements.txt index 7b8e9c2..6972fc3 100644 --- a/kubernetes/2_microservices/thoughts_backend/ThoughtsBackend/requirements.txt +++ b/kubernetes/2_microservices/thoughts_backend/ThoughtsBackend/requirements.txt @@ -7,7 +7,7 @@ freezegun==0.1.11 delorean==1.0.0 faker==1.0.7 pyjwt==1.7.1 -cryptography==2.6.1 +cryptography==39.0.1 parse==1.12.0 psycopg2==2.8.2 flake8==3.7.7