From c110fa6cd85513fd9ec44845cfd664725948a2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:50:30 +0000 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 74cac8f..33d7ed6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,7 +36,7 @@ contextlib2==21.6.0 # via schema contourpy==1.1.0 # via matplotlib -cryptography==41.0.3 +cryptography==41.0.4 # via autobahn cycler==0.11.0 # via matplotlib diff --git a/requirements_dev.txt b/requirements_dev.txt index 19c4e53..1b4716a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 -cryptography==41.0.2 +cryptography==41.0.4 PyYAML==5.4 pytest==2.9.2