From 0d6d093eda9a1e8e803a6dee21596dc3403e9d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:17:28 +0000 Subject: [PATCH] Bump cryptography from 38.0.1 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 38.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/38.0.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 9fe8913..d312c8e 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -21,7 +21,7 @@ cffi==1.15.1 charset-normalizer==2.1.1; python_version >= '3.6' click==8.1.3 commonmark==0.9.1 -cryptography==38.0.1; python_version >= '3.6' +cryptography==39.0.1; python_version >= '3.6' docutils==0.19; python_version >= '3.7' idna==3.4; python_version >= '3.5' importlib-metadata==5.0.0; python_version < '3.10'