From a7db087d8efc27e2a8961fdea9e82a413ad2308d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:02:11 +0000 Subject: [PATCH] chore(deps): bump cryptography in /orc8r/gateway/python Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orc8r/gateway/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc8r/gateway/python/setup.py b/orc8r/gateway/python/setup.py index d4a84ab2de4a..7c181e26d893 100644 --- a/orc8r/gateway/python/setup.py +++ b/orc8r/gateway/python/setup.py @@ -81,7 +81,7 @@ 'sentry_sdk>=1.5.0,<1.9', 'snowflake>=0.0.3', 'psutil==5.9.1', - 'cryptography==3.2.1', + 'cryptography==41.0.3', 'itsdangerous==1.1.0', 'click==7.1.2', 'pycares>=4.2.1',