From 77a53a668a2ef9565f5aa3583e20bd53ce2dfd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 18:45:11 -0800 Subject: [PATCH] Bump cryptography from 37.0.4 to 38.0.3 (#1) Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 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/37.0.4...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 bbe85f9..f94439d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cleo==0.8.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (pyt clikit==0.6.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" colorama==0.4.5; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0" crashtest==0.3.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") -cryptography==37.0.4; python_version >= "3.6" +cryptography==38.0.3; python_version >= "3.6" httptools==0.4.0; python_full_version >= "3.5.0" idna==3.3; python_version >= "3.7" and python_version < "4" loguru==0.6.0; python_version >= "3.5"