From 87b21a46469813ac33eaedb5128f0b50f030435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:34:19 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ba06cc3..35a4d2f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ configobj==5.0.8 # via mhi (pyproject.toml) coverage[toml]==7.3.2 # via pytest-cov -cryptography==42.0.0 +cryptography==42.0.4 # via secretstorage dill==0.3.7 # via pylint