From 49c871a840d85d42971697f477ff6b091661f8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:07:51 +0000 Subject: [PATCH] Bump cryptography in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 42.0.4 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c2a5dc..2490398 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author='', author_email='', install_requires=[ - 'cryptography==42.0.4', # https://pypi.org/project/cryptography/ + 'cryptography==43.0.1', # https://pypi.org/project/cryptography/ 'keystonemiddleware==10.4.1', # https://pypi.org/project/keystonemiddleware/ 'Paste==3.7.1', 'PasteDeploy==3.0.1',