From 2f0c291435adaed25c7168e635ec79f6e63fea8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 13:20:04 +0100 Subject: [PATCH] Bump cryptography from 38.0.4 to 39.0.1 (#2579) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 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/38.0.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81bc992e..e77e5c10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ twine==4.0.2 autoflake==1.7.7 black==22.10.0 coverage==6.5.0 -cryptography==38.0.4 +cryptography==39.0.1 flake8==3.9.2 flake8-bugbear==23.1.20 flake8-pie==0.16.0; python_version>='3.7' -- 2.47.3