From c3b002049f9ab278fe8c8619f68fa51d1813b831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:36:02 -0400 Subject: [PATCH] Bump cryptography from 39.0.1 to 41.0.2 in /images/orbit-controller/src (#1385) Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.2) --- 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> --- images/orbit-controller/src/requirements.txt | 2 +- images/orbit-controller/src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/orbit-controller/src/requirements.txt b/images/orbit-controller/src/requirements.txt index 34a50997..8168696d 100644 --- a/images/orbit-controller/src/requirements.txt +++ b/images/orbit-controller/src/requirements.txt @@ -37,7 +37,7 @@ click==7.1.2 # flask # kopf # orbit-controller (setup.py) -cryptography==39.0.1 +cryptography==41.0.2 # via orbit-controller (setup.py) decorator==5.1.0 # via jsonpath-ng diff --git a/images/orbit-controller/src/setup.py b/images/orbit-controller/src/setup.py index e3ca045a..f35ab000 100644 --- a/images/orbit-controller/src/setup.py +++ b/images/orbit-controller/src/setup.py @@ -33,7 +33,7 @@ "flask~=1.1.2", "gunicorn~=20.1.0", "jsonpath-ng~=1.5.0", - "cryptography>=3.4.7,<39.1.0", + "cryptography>=3.4.7,<41.1.0", "python-jose~=3.2.0", "kopf~=1.33.0", ],