From 2b6c584cd61ce9f1e14249411c9b05f22232a781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:06:30 +0200 Subject: [PATCH] Bump cryptography from 3.3.2 to 43.0.1 (#17) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0585cdb..ca4a32d 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,5 @@ ], keywords="LoRa decrypt", packages=["lora"], - install_requires=["cryptography==3.3.2"], + install_requires=["cryptography==43.0.1"], )