From 2073ea0046c6e6ead234cf9bf9ec43d10f74d40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:33:26 -0600 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.0 (#2735) 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 34937f5e..21be7f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==4.0.2 # Tests & Linting black==23.3.0 coverage[toml]==7.2.2 -cryptography==40.0.2 +cryptography==41.0.0 mypy==1.0.1 types-certifi==2021.10.8.2 pytest==7.2.2