moonboy13 / brew-journal

Application for tracking brewing recipes. Also a playground to technologies so there are no guarantees that any tech choice will be logical or beneficial.
Apache License 2.0
0 stars 0 forks source link

Bump pyopenssl from 17.5.0 to 19.1.0 #20

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps pyopenssl from 17.5.0 to 19.1.0.

Changelog *Sourced from [pyopenssl's changelog](https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst).* > 19.1.0 (2019-11-18) > ------------------- > > > Backward-incompatible changes: > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > - Removed deprecated ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509ReqType``, ``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, ``PKCS12Type``, and ``NetscapeSPKIType`` aliases. > Use the classes without the ``Type`` suffix instead. > `[#814](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/814) `_ > - The minimum ``cryptography`` version is now 2.8 due to issues on macOS with a transitive dependency. > `[#875](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/875) `_ > > Deprecations: > ^^^^^^^^^^^^^ > > - Deprecated ``OpenSSL.SSL.Context.set_npn_advertise_callback``, ``OpenSSL.SSL.Context.set_npn_select_callback``, and ``OpenSSL.SSL.Connection.get_next_proto_negotiated``. > ALPN should be used instead. > `[#820](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/820) `_ > > > Changes: > ^^^^^^^^ > > - Support ``bytearray`` in ``SSL.Connection.send()`` by using cffi's from_buffer. > `[#852](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/852) `_ > - The ``OpenSSL.SSL.Context.set_alpn_select_callback`` can return a new ``NO_OVERLAPPING_PROTOCOLS`` sentinel value > to allow a TLS handshake to complete without an application protocol. > > > ---- > > 19.0.0 (2019-01-21) > ------------------- > > > Backward-incompatible changes: > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > - ``X509Store.add_cert`` no longer raises an error if you add a duplicate cert. > `[#787](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/787) `_ > > > Deprecations: > ^^^^^^^^^^^^^ > > *none* > > > Changes: > ... (truncated)
Commits - [`da402f4`](https://github.com/pyca/pyopenssl/commit/da402f4a545256c5dfe78448c75dcf47fcd0b4d3) version bump for 19.1 release ([#877](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/877)) - [`5d890a0`](https://github.com/pyca/pyopenssl/commit/5d890a00af541abe379c2eea76ab668080eabff6) ALPN: complete handshake without accepting a client's protocols. ([#876](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/876)) - [`079c963`](https://github.com/pyca/pyopenssl/commit/079c963ddd4ebfd13a905829bc341dce85d94fbd) use _ffi.from_buffer() to support bytearray ([#852](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/852)) - [`8543286`](https://github.com/pyca/pyopenssl/commit/8543286168ed3bb234395d66fb401714495ff198) bump the minimum cryptography version ([#875](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/875)) - [`fc802df`](https://github.com/pyca/pyopenssl/commit/fc802df5c10f0d1cd9749c94887d652fa26db6fb) Fixes [#868](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/868) -- test on py38 ([#870](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/870)) - [`60827f8`](https://github.com/pyca/pyopenssl/commit/60827f82d2ad7d2a94db093c2836595b46937c07) Fix for Python 4 ([#862](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/862)) - [`a181373`](https://github.com/pyca/pyopenssl/commit/a18137385f574603535b29ad935f496d307ab3ae) Expose OP_NO_TLSv1_3 ([#861](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/861)) - [`a539b4c`](https://github.com/pyca/pyopenssl/commit/a539b4ccb4788ed0b6c47edcfa7a123e4522fa3e) Stop lawyers from emailing Hynek ([#856](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/856)) - [`963ae03`](https://github.com/pyca/pyopenssl/commit/963ae035d2bf6fdaad01b3d77fe4aa4b2ca431cd) Mark this test as flaky ([#850](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/850)) - [`3efa98c`](https://github.com/pyca/pyopenssl/commit/3efa98cfe36d359ee86785a17233f0584ecad265) Update SSL.py docstring ([#849](https://github-redirect.dependabot.com/pyca/pyopenssl/issues/849)) - Additional commits viewable in [compare view](https://github.com/pyca/pyopenssl/compare/17.5.0...19.1.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://github.com/moonboy13/brew-journal/network/alerts).