Skip to content

Commit

Permalink
updated pyopenssl version to fix dependency version conflict
Browse files Browse the repository at this point in the history
The conflict is caused by:
    The user requested cryptography==41.0.3
    pyopenssl 22.1.0 depends on cryptography<39 and >=38.0.0
  • Loading branch information
jstucke committed Sep 19, 2023
1 parent a31382a commit 818b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/requirements_backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker==6.0.1
MarkupSafe==2.1.1
networkx==2.6.3
Pillow==9.3.0
pyopenssl==22.1.0
pyopenssl==23.2.0
pyyaml==6.0.1

# FIXME This is only needed by the compare/file_header plugin
Expand Down

0 comments on commit 818b9b0

Please sign in to comment.