From 61ea36fe2175f4cab2af152d5aedcce7d0aa20e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:24:47 +0000 Subject: [PATCH] build(deps): bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../validator-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt b/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt index d85928c63e..fe6ba95f59 100644 --- a/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt +++ b/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt @@ -4,7 +4,7 @@ certifi==2022.12.7 cffi==1.14.6 charset-normalizer==2.0.3 click==8.0.1 -cryptography==41.0.0 +cryptography==41.0.2 dnspython==1.16.0 eventlet==0.31.1 Flask==2.3.2