Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated pyopenssl version to fix dependency version conflict #1128

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Sep 19, 2023

fixes dependency version conflict caused by cryptography==41.0.3 being installed in requirements_backend.txt and pyopenssl==22.1.0 from the same file depending on 38.0.0<=cryptography<39

The conflict is caused by:
    The user requested cryptography==41.0.3
    pyopenssl 22.1.0 depends on cryptography<39 and >=38.0.0
@jstucke jstucke added the bug label Sep 19, 2023
@jstucke jstucke self-assigned this Sep 19, 2023
@maringuu
Copy link
Collaborator

maringuu commented Oct 2, 2023

lgtm

@maringuu maringuu self-requested a review October 2, 2023 09:01
@maringuu maringuu merged commit d540fd4 into master Oct 2, 2023
11 checks passed
@maringuu maringuu deleted the update-pyopenssl branch October 2, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants