diff options
| author | dependabot[bot] | 2023-11-29 00:35:24 +0000 |
|---|---|---|
| committer | GitHub | 2023-11-29 00:35:24 +0000 |
| commit | fa8ab98a19ee74901448111f3343704fd5ef934b (patch) | |
| tree | 2ee40ebb395f8ada9349c6975da7d4fa7edfff7f | |
| parent | 8a2b4afd253b443360cde28bfe1610bc6a397b84 (diff) | |
| download | sec-certs-fa8ab98a19ee74901448111f3343704fd5ef934b.tar.gz sec-certs-fa8ab98a19ee74901448111f3343704fd5ef934b.tar.zst sec-certs-fa8ab98a19ee74901448111f3343704fd5ef934b.zip | |
chore(deps): bump cryptography from 41.0.5 to 41.0.6 in /requirements
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | requirements/all_requirements.txt | 2 | ||||
| -rw-r--r-- | requirements/dev_requirements.txt | 2 | ||||
| -rw-r--r-- | requirements/nlp_requirements.txt | 2 | ||||
| -rw-r--r-- | requirements/requirements.txt | 2 | ||||
| -rw-r--r-- | 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 eb27d265..22ad0f64 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.5 +cryptography==41.0.6 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 55f9d7b9..b3f20876 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.5 +cryptography==41.0.6 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index d9d25188..14791b42 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.5 +cryptography==41.0.6 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0b370634..6c1e24b7 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.5 +cryptography==41.0.6 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index 6dde2c98..f20b0ebf 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.5 +cryptography==41.0.6 # via pypdf cycler==0.12.1 # via matplotlib |
