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

Allow newer versions of cryptography library #89

Merged
merged 1 commit into from
Jul 10, 2017

Conversation

mbarrien
Copy link
Contributor

For projects that use both signxml and pyopenssl, pyca/pyopenssl#612 made an incompatible requirements change for the cryptography library; pyopenssl requires a version >= 1.9, while signxml requires <1.9. This PR increases the maximum allowed version for signxml to allow version 1.9 up to (but not including) 1.10/2.0.

@codecov-io
Copy link

codecov-io commented Jul 10, 2017

Codecov Report

Merging #89 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files           3        3           
  Lines         591      591           
=======================================
  Hits          561      561           
  Misses         30       30

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ee0fa5...8d8953c. Read the comment docs.

@kislyuk kislyuk merged commit 5fafe64 into XML-Security:master Jul 10, 2017
@kislyuk
Copy link
Member

kislyuk commented Jul 10, 2017

Released in v2.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants