Skip to content

Commit 93161b3

Browse files
committed
fixup! cleanup
1 parent 3f49fec commit 93161b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ service-identity~=24.2.0; python_version >= "3.13"
4545
# cryptography - low-level cryptography backend for pyOpenSSL.
4646
# Binary package (wheel). NOTE: only needed for SAST scanning, not runtime.
4747
# 44.x compatible across all supported Python versions.
48-
cryptography==44.0.3; python_version < "3.13"
49-
cryptography~=44.0.1; python_version >= "3.13"
48+
cryptography==44.0.1; python_version < "3.13"
49+
cryptography~=44.0.3; python_version >= "3.13"
5050

5151
# cffi - C foreign function interface; dependency of cryptography.
5252
# Binary package (wheel). 1.17.x required for Python 3.13 (updated C API

0 commit comments

Comments
 (0)