Skip to content

Commit

Permalink
Increased cryptography to 41.0.3 on py>=3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Aug 4, 2023
1 parent 1d0ba42 commit 9351362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Expand Up @@ -138,7 +138,7 @@ MarkupSafe==2.0.0; python_version >= '3.9' # ansible >= 6
cryptography==3.3.2; python_version == '2.7'
cryptography==3.0; python_version == '3.5'
cryptography==3.4.7; python_version == '3.6'
cryptography==41.0.2; python_version >= '3.7'
cryptography==41.0.3; python_version >= '3.7'

importlib-metadata==0.12; python_version <= '3.7'
importlib-metadata==1.1.0; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -58,7 +58,7 @@ MarkupSafe>=2.0.0; python_version >= '3.9' # ansible >= 6
cryptography>=3.3.2; python_version == '2.7'
cryptography>=3.0,<3.1; python_version == '3.5'
cryptography>=3.4.7,<37.0.0; python_version == '3.6'
cryptography>=41.0.2; python_version >= '3.7'
cryptography>=41.0.3; python_version >= '3.7'

# importlib-metadata is used by jsonschema which is used by zhmcclient
importlib-metadata>=0.12,<5.0.0; python_version <= '3.7'
Expand Down

0 comments on commit 9351362

Please sign in to comment.