From 62e7b1775b37117540778dec28a6c76f44f155b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:33:02 +0000 Subject: [PATCH] Bump cryptography from 36.0.1 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.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/36.0.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4882a49..dcad1f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==2.0.10 click==8.0.3 colorama==0.4.4 coverage==5.4 -cryptography==36.0.1 +cryptography==39.0.1 docker==5.0.3 docutils==0.16 flake8==4.0.1 diff --git a/setup.py b/setup.py index d8cecee..48cab73 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'cffi==1.14.6', 'click==8.0.3', 'colorama==0.4.4', - 'cryptography==36.0.1', + 'cryptography==39.0.1', 'jsonschema==3.2.0', 'docker==5.0.3', 'nltk==3.6.7',