From 8d989b6de8465d3cf8af6502ab9cfb6ee8cbdded Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 6 Feb 2024 03:03:01 +0000 Subject: chore(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- 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 d96e2811..ae9e742c 100644 --- a/requirements/all_requirements.txt +++ b/requirements/all_requirements.txt @@ -94,7 +94,7 @@ coverage[toml]==7.3.2 # via # pytest-cov # sec-certs (./../pyproject.toml) -cryptography==41.0.6 +cryptography==42.0.0 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 75d23714..f340bbd9 100644 --- a/requirements/dev_requirements.txt +++ b/requirements/dev_requirements.txt @@ -71,7 +71,7 @@ coverage[toml]==7.3.2 # via # coverage # pytest-cov -cryptography==41.0.6 +cryptography==42.0.0 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index bc558064..f06f83c8 100644 --- a/requirements/nlp_requirements.txt +++ b/requirements/nlp_requirements.txt @@ -73,7 +73,7 @@ contourpy==1.2.0 # via # bokeh # matplotlib -cryptography==41.0.6 +cryptography==42.0.0 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 93645663..3ecf9f39 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==41.0.6 +cryptography==42.0.0 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index 1922b83b..3a2a5198 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==41.0.6 +cryptography==42.0.0 # via pypdf cycler==0.12.1 # via matplotlib -- cgit v1.3.1