From 5f01d6d6749a850ec93120e26ff6e77ade0cf8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:34:15 +0000 Subject: [PATCH] Bump cryptography from 42.0.2 to 42.0.4 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 1b00994..2fc7f3a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -40,7 +40,7 @@ click==8.1.7 # via pip-tools contourpy==1.2.0 # via matplotlib -cryptography==42.0.2 +cryptography==42.0.4 # via pdfminer-six cycler==0.12.1 # via matplotlib