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

Bump cryptography from 39.0.1 to 41.0.2 in /images/orbit-controller/src #1385

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading