From 33a3a49c7c76fe1a8ffcc0fdac07462c015f4c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:26:17 +0000 Subject: [PATCH] build(deps): bump cryptography in /python/paybc_api Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 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/36.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/paybc_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paybc_api/requirements.txt b/python/paybc_api/requirements.txt index 0ce5e147f..2f8a67be0 100644 --- a/python/paybc_api/requirements.txt +++ b/python/paybc_api/requirements.txt @@ -7,7 +7,7 @@ chardet==3.0.4 charset-normalizer==2.0.9 click==7.1.2 convertdate==2.2.0 -cryptography==36.0.0 +cryptography==39.0.1 dparse==0.5.1 ecdsa==0.17.0 Flask==2.0.2