diff options
| author | dependabot[bot] | 2024-02-21 20:44:37 +0000 |
|---|---|---|
| committer | GitHub | 2024-02-21 20:44:37 +0000 |
| commit | 2d79527a94691e60d09b30fbacaa2eab1974dfe8 (patch) | |
| tree | 1b24751940573ef8ff5c3a15bd8967b995ce43af | |
| parent | 6415e71f282c36061b9268df7743b3e6504fa0dc (diff) | |
| download | sec-certs-2d79527a94691e60d09b30fbacaa2eab1974dfe8.tar.gz sec-certs-2d79527a94691e60d09b30fbacaa2eab1974dfe8.tar.zst sec-certs-2d79527a94691e60d09b30fbacaa2eab1974dfe8.zip | |
chore(deps): 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: 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 4424f3ac..9c90aae5 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.2 +cryptography==42.0.4 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 82951940..11e8b212 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.2 +cryptography==42.0.4 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index 3d96efa3..5289c030 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.2 +cryptography==42.0.4 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 209dc0ee..69219d23 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.2 +cryptography==42.0.4 # via pypdf cycler==0.12.1 # via matplotlib diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index f3e76cd7..407ba278 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.2 +cryptography==42.0.4 # via pypdf cycler==0.12.1 # via matplotlib |
