From 97d87fc4205d8f1fa6326e4433cc66e7f652b6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:17:22 +0000 Subject: [PATCH] Update cryptography requirement in /SSG-API-Testing-Application Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Application Source Code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSG-API-Testing-Application/Application Source Code/requirements.txt b/SSG-API-Testing-Application/Application Source Code/requirements.txt index 2dc919a..5610f94 100644 --- a/SSG-API-Testing-Application/Application Source Code/requirements.txt +++ b/SSG-API-Testing-Application/Application Source Code/requirements.txt @@ -1,3 +1,3 @@ Pillow~=10.4.0 requests~=2.32.3 -cryptography~=42.0.8 \ No newline at end of file +cryptography~=43.0.0 \ No newline at end of file