From 56853170bff326eeb91548a68943ae5b10d721f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:29:05 +0000 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54869a9..dc5c851 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run(self): "tqdm == 4.47.0", "packaging == 20.4", "keyring == 21.2.1", - "cryptography == 41.0.2" + "cryptography == 41.0.3" ], entry_points=''' [console_scripts]