From 516c34cfb099d74818238250a20ccf44249a919a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:10:49 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.0 in /pay-api Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pay-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pay-api/requirements.txt b/pay-api/requirements.txt index 82d9f51d5..4d1301dcd 100644 --- a/pay-api/requirements.txt +++ b/pay-api/requirements.txt @@ -27,7 +27,7 @@ charset-normalizer==3.1.0 click==8.1.3 convertdate==2.4.0 croniter==1.3.14 -cryptography==40.0.2 +cryptography==41.0.0 dpath==2.1.5 ecdsa==0.18.0 exceptiongroup==1.1.1