From 50d41b368bc3a720973d624c0b56873505d9b486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:37:29 +0000 Subject: [PATCH] Bump cryptography from 39.0.1 to 39.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 39.0.2. - [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/39.0.1...39.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-docs.txt | 2 +- requirements-tests.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7ac7aa3847..9a65848871 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ charset-normalizer==2.0.12 # via requests commonmark==0.9.1 # via rich -cryptography==39.0.1 +cryptography==39.0.2 # via secretstorage distlib==0.3.4 # via virtualenv diff --git a/requirements-docs.txt b/requirements-docs.txt index 6c1cce4a24..00469e1bee 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -127,7 +127,7 @@ configobj==5.0.6 # certbot coverage==6.5.0 # via -r requirements-tests.txt -cryptography==39.0.1 +cryptography==39.0.2 # via # -r requirements-docs.in # -r requirements-tests.txt diff --git a/requirements-tests.txt b/requirements-tests.txt index fde5812cbe..2687f18fc1 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -54,7 +54,7 @@ configobj==5.0.6 # via certbot coverage==6.5.0 # via -r requirements-tests.in -cryptography==39.0.1 +cryptography==39.0.2 # via # acme # certbot diff --git a/requirements.txt b/requirements.txt index 4d98031f34..2b0b735353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ configargparse==1.5.3 # via certbot configobj==5.0.6 # via certbot -cryptography==39.0.1 +cryptography==39.0.2 # via # -r requirements.in # acme