From f80f8ce91bf82ec3fa9b598c5ffe1f849b1abfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:04:02 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.4 to 43.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/all_requirements.txt | 2 +- requirements/dev_requirements.txt | 2 +- requirements/nlp_requirements.txt | 2 +- requirements/requirements.txt | 2 +- requirements/test_requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/all_requirements.txt b/requirements/all_requirements.txt index 5c64db71..8de10c55 100644 --- a/requirements/all_requirements.txt +++ b/requirements/all_requirements.txt @@ -92,7 +92,7 @@ coverage[toml]==7.3.2 # via # pytest-cov # sec-certs (./../pyproject.toml) -cryptography==42.0.4 +cryptography==43.0.1 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 9fd7c6df..edbc19ef 100644 --- a/requirements/dev_requirements.txt +++ b/requirements/dev_requirements.txt @@ -69,7 +69,7 @@ coverage[toml]==7.3.2 # via # coverage # pytest-cov -cryptography==42.0.4 +cryptography==43.0.1 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index 19d760aa..632ed78b 100644 --- a/requirements/nlp_requirements.txt +++ b/requirements/nlp_requirements.txt @@ -71,7 +71,7 @@ contourpy==1.2.0 # via # bokeh # matplotlib -cryptography==42.0.4 +cryptography==43.0.1 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b601b824..666d5c23 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -41,7 +41,7 @@ confection==0.1.3 # weasel contourpy==1.2.0 # via matplotlib -cryptography==42.0.4 +cryptography==43.0.1 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index f2251040..a19232eb 100644 --- a/requirements/test_requirements.txt +++ b/requirements/test_requirements.txt @@ -45,7 +45,7 @@ coverage[toml]==7.3.2 # via # pytest-cov # sec-certs (./../pyproject.toml) -cryptography==42.0.4 +cryptography==43.0.1 # via pypdf cycler==0.12.1 # via matplotlib