From 977a3d01e07968d796f6a6434a8cec9e3c950cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:36:04 +0000 Subject: [PATCH] dependabot: bump cryptography from 40.0.2 to 41.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-telemetry.txt | 2 +- requirements-tests.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3a72b8a2..9562c9a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.1.0 # via requests -cryptography==40.0.2 +cryptography==41.0.0 # via # pyjwt # wipac-rest-tools (setup.py) diff --git a/requirements-telemetry.txt b/requirements-telemetry.txt index a6865a79..8c094cd4 100644 --- a/requirements-telemetry.txt +++ b/requirements-telemetry.txt @@ -16,7 +16,7 @@ charset-normalizer==3.1.0 # via requests coloredlogs==15.0.1 # via wipac-telemetry -cryptography==40.0.2 +cryptography==41.0.0 # via pyjwt deprecated==1.2.14 # via diff --git a/requirements-tests.txt b/requirements-tests.txt index cb3dea2e..c52847d5 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -26,7 +26,7 @@ coverage[toml]==7.2.7 # wipac-rest-tools (setup.py) crayons==0.4.0 # via pycycle -cryptography==40.0.2 +cryptography==41.0.0 # via pyjwt exceptiongroup==1.1.1 # via pytest diff --git a/requirements.txt b/requirements.txt index d641a22e..aa4e77b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.1.0 # via requests -cryptography==40.0.2 +cryptography==41.0.0 # via pyjwt idna==3.4 # via requests