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

Bump pyopenssl from 17.0.0 to 17.5.0 #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2020

Bumps pyopenssl from 17.0.0 to 17.5.0.

Changelog

Sourced from pyopenssl's changelog.

17.5.0 (2017-11-30)

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-redirect.dependabot.com/pyca/pyopenssl/issues/723) <https://github-redirect.dependabot.com/pyca/pyopenssl/pull/723>_
  • Added Connection.export_keying_material for RFC 5705 compatible export of keying material.
    [#725](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/725) <https://github-redirect.dependabot.com/pyca/pyopenssl/pull/725>_

17.4.0 (2017-11-21)

Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

none

Deprecations:
^^^^^^^^^^^^^

none

Changes:
^^^^^^^^

  • Re-added a subset of the OpenSSL.rand module.
    This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork.
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2020
@SeanCodeMedia
Copy link

SeanCodeMedia commented Feb 12, 2020

remove the
cryptography==2.1.4
pyOpenSSL==17.0.0
from flask-ask require.txt
located in C...\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\Flask_Ask-0.9.7-py3.8.egg\EGG-INFO

make sure you have the latest version of pip installed run

python -m pip install --user pip==20.0.2

pip install cryptography

pip install flask-ask

if you are missing pyOpenSSL install that

hope this helps someone took me almost the entire day to find a workaround

@dependabot dependabot bot force-pushed the dependabot/pip/pyopenssl-17.5.0 branch from 9e73aae to 9d59b7a Compare June 23, 2020 22:49
@dependabot dependabot bot force-pushed the dependabot/pip/pyopenssl-17.5.0 branch from 9d59b7a to 1d5414a Compare March 31, 2022 19:56
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 17.0.0 to 17.5.0.
- [Release notes](https://github.com/pyca/pyopenssl/releases)
- [Changelog](https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@17.0.0...17.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyopenssl-17.5.0 branch from 1d5414a to aed65e7 Compare March 31, 2022 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant