From fc1ca8a938d1acdef4d3e6808e5f239e34b0ed39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:26:37 +0000 Subject: [PATCH] build(deps): Bump cryptography from 38.0.1 to 38.0.3 in /requirements (#52) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Robinson --- requirements/pdf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pdf.txt b/requirements/pdf.txt index e7fa311c9..b320e50bb 100644 --- a/requirements/pdf.txt +++ b/requirements/pdf.txt @@ -18,7 +18,7 @@ click==8.1.3 # via nltk contourpy==1.0.5 # via matplotlib -cryptography==38.0.1 +cryptography==38.0.3 # via pdfminer-six cycler==0.11.0 # via matplotlib