From bc0ad42d862aa6a6e6a8f35b5c32801feafefa39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:06:51 +0000 Subject: [PATCH] Update cryptography requirement from ~=40.0.2 to ~=41.0.2 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/40.0.2...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 359f819..9646c6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography ~= 40.0.2 +cryptography ~= 41.0.2 cyclonedx-bom == 3.11.0 Jinja2 ~= 3.1.2 Markdown ~= 3.3.7