From 395693b0621d5cffadcb2efe83d8d5d4cb7494ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:29:13 +0000 Subject: [PATCH] Bump cryptography from 36.0.0 to 39.0.1 in /python3.9/base Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 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.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3.9/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.9/base/requirements.txt b/python3.9/base/requirements.txt index 059d9df..b53f35a 100644 --- a/python3.9/base/requirements.txt +++ b/python3.9/base/requirements.txt @@ -36,7 +36,7 @@ charset-normalizer==2.0.8 constantly==15.1.0 coverage==6.2 crcmod==1.7 -cryptography==36.0.0 +cryptography==39.0.1 cssselect==1.1.0 cycler==0.11.0 Cython==0.29.24