From f98268a334016cd5c4dc9130822804e0d50a3a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:40:51 -0600 Subject: [PATCH] Bump cryptography from 39.0.1 to 40.0.2 (#2692) Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 40.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...40.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 787a733f..e78b55b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==4.0.2 # Tests & Linting black==23.3.0 coverage==7.2.2 -cryptography==39.0.1 +cryptography==40.0.2 mypy==1.0.1 types-certifi==2021.10.8.2 pytest==7.2.2