From 0ee9167861975f194eff5bc6cc05588eb52ae143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:52:51 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.4 to 42.0.0 in /sld-dashboard Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sld-dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sld-dashboard/requirements.txt b/sld-dashboard/requirements.txt index 6261fab..7be794e 100644 --- a/sld-dashboard/requirements.txt +++ b/sld-dashboard/requirements.txt @@ -8,7 +8,7 @@ cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.0 click==8.1.7 -cryptography==41.0.4 +cryptography==42.0.0 Deprecated==1.2.14 dnspython==2.4.2 email-validator==2.0.0.post2