From 7db4c9778bac16e7fbf344651613e4f575642e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:07:55 +0000 Subject: [PATCH] Bump cryptography in /circleci/images/citusupgradetester/files/etc Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- circleci/images/citusupgradetester/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/citusupgradetester/files/etc/requirements.txt b/circleci/images/citusupgradetester/files/etc/requirements.txt index ed9ffc3..df09a40 100644 --- a/circleci/images/citusupgradetester/files/etc/requirements.txt +++ b/circleci/images/citusupgradetester/files/etc/requirements.txt @@ -10,7 +10,7 @@ certifi==2022.12.7; python_version >= '3.6' cffi==1.15.1 click==8.0.4; python_version >= '3.6' construct==2.9.45 -cryptography==40.0.2 +cryptography==41.0.2 docopt==0.6.2 exceptiongroup==1.1.1; python_version < '3.11' execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'