From 9c0efd4895aad9a32ee8445dbed30e031f9ec90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:29:16 +0000 Subject: [PATCH] Bump cryptography from 38.0.3 to 39.0.1 in /pay-api Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.1. - [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.3...39.0.1) --- 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 85862f1ac..81beeaf0b 100644 --- a/pay-api/requirements.txt +++ b/pay-api/requirements.txt @@ -23,7 +23,7 @@ cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 croniter==1.3.7 -cryptography==38.0.3 +cryptography==39.0.1 dpath==2.0.6 ecdsa==0.18.0 expiringdict==1.2.2