From aec08cd9177bc0c7ba0d58615bb7bed14e69fdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 05:19:29 +0100 Subject: [PATCH] Bump cryptography from 38.0.1 to 38.0.3 (#1760) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. - [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...38.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 ac2b2957d..dcf8ec87d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy==0.982 types-click==7.1.8 types-pyyaml==6.0.12.1 trustme==0.9.0 -cryptography==38.0.1 +cryptography==38.0.3 coverage==6.5.0 coverage-conditional-plugin==0.7.0 httpx==0.23.0