From 3a9d1522cd7cb4da09736986b4eec1a80c0df668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:42:47 +0000 Subject: [PATCH] build(deps): bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- 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 e14823bdb9..a98cda71b4 100644 --- a/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt +++ b/packages-python/cactus_validator_socketio_indy/validator-python/requirements.txt @@ -3,7 +3,7 @@ bidict==0.22.1 blinker==1.6.2 cffi==1.15.1 click==8.1.6 -cryptography==41.0.3 +cryptography==41.0.4 dnspython==1.16.0 eventlet==0.31.1 Flask==2.3.2