Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Bump cryptography from 39.0.1 to 41.0.2 in /images/orbit-controller/s…
Browse files Browse the repository at this point in the history
…rc (#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](pyca/cryptography@39.0.1...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 6e949be commit c3b0020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/orbit-controller/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/orbit-controller/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit c3b0020

Please sign in to comment.