From 77cb36f181b6ee728dd25c781ba5550a8804ee1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:52:20 +0000 Subject: [PATCH] Bump cryptography from 42.0.2 to 42.0.4 (#3107) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f127064b..cc72ea12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ twine==4.0.2 # Tests & Linting coverage[toml]==7.4.1 -cryptography==42.0.2 +cryptography==42.0.4 mypy==1.8.0 pytest==8.0.0 ruff==0.1.15