Scheduled weekly dependency update for week 49#163
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #163 +/- ##
=========================================
- Coverage 93.91% 93.8% -0.11%
=========================================
Files 14 13 -1
Lines 1084 1066 -18
Branches 66 66
=========================================
- Hits 1018 1000 -18
Misses 53 53
Partials 13 13
Continue to review full report at Codecov.
|
Member
|
bors r+ |
bors-fusion Bot
added a commit
that referenced
this pull request
Dec 6, 2017
163: Scheduled weekly dependency update for week 49 r=mithrandi a=pyup-bot
## Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
<table align="center">
<tr>
<td><b>cryptography</b></td>
<td align="center">2.1.3</td>
<td align="center">»</td>
<td align="center">2.1.4</td>
<td>
<a href="https://pypi.python.org/pypi/cryptography">PyPI</a> | <a href="https://pyup.io/changelogs/cryptography/">Changelog</a> | <a href="https://github.com/pyca/cryptography">Repo</a>
</td>
<tr>
<td><b>pyopenssl</b></td>
<td align="center">17.4.0</td>
<td align="center">»</td>
<td align="center">17.5.0</td>
<td>
<a href="https://pypi.python.org/pypi/pyopenssl">PyPI</a> | <a href="https://pyup.io/changelogs/pyopenssl/">Changelog</a> | <a href="https://pyopenssl.org/">Homepage</a> | <a href="http://pythonhosted.org/pyOpenSSL/">Docs</a>
</td>
</tr>
</table>
## Changelogs
### pyopenssl 17.4.0 -> 17.5.0
>### 17.5.0
>-------------------
>Backward-incompatible changes:
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>* The minimum ``cryptography`` version is now 2.1.4.
>Deprecations:
>^^^^^^^^^^^^^
>*none*
>Changes:
>^^^^^^^^
>- Fixed a potential use-after-free in the verify callback and resolved a memory leak when loading PKCS12 files with ``cacerts``.
> `723 <https://github.com/pyca/pyopenssl/pull/723>`_
>- Added ``Connection.export_keying_material`` for RFC 5705 compatible export of keying material.
> `725 <https://github.com/pyca/pyopenssl/pull/725>`_
>----
That's it for now!
Happy merging! 🤖
Contributor
Build succeeded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
pyopenssl 17.4.0 -> 17.5.0
That's it for now!
Happy merging! 🤖
This change is