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 cryptography from 3.3.2 to 3.4.1 #500

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2021

Bumps cryptography from 3.3.2 to 3.4.1.

Changelog

Sourced from cryptography's changelog.

3.4.1 - 2021-02-07


* Fixed a circular import issue.
* Added additional debug output to assist users seeing installation errors
  due to outdated ``pip`` or missing ``rustc``.

.. _v3-4:

3.4 - 2021-02-07


* **BACKWARDS INCOMPATIBLE:** Support for Python 2 has been removed.
* We now ship ``manylinux2014`` wheels and no longer ship ``manylinux1``
  wheels. Users should upgrade to the latest ``pip`` to ensure this doesn't
  cause issues downloading wheels on their platform.
* ``cryptography`` now incorporates Rust code. Users building ``cryptography``
  themselves will need to have the Rust toolchain installed. Users who use an
  officially produced wheel will not need to make any changes. The minimum
  supported Rust version is 1.45.0.
* ``cryptography`` now has :pep:`484` type hints on nearly all of of its public
  APIs. Users can begin using them to type check their code with ``mypy``.

.. _v3-3-2:
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyca/cryptography/commit/ebde3be7ef92658bfbc322476a6f2604f41639fb&quot;&gt;&lt;code&gt;ebde3be&lt;/code&gt;&lt;/a> 3.4.1 fixes and changelog bump (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5761&quot;&gt;#5761&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/2c11ad53c07179e03ea2f60813cb52d83f766292&quot;&gt;&lt;code&gt;2c11ad5&lt;/code&gt;&lt;/a> 3.4 release (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5749&quot;&gt;#5749&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/06cbf77371881e80ea4b5e349136dcc53749fc0c&quot;&gt;&lt;code&gt;06cbf77&lt;/code&gt;&lt;/a> port changelog and fix back to master for CVE-2020-36242 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5748&quot;&gt;#5748&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/9d1669534f95d276412fe224f5a9c413a814f759&quot;&gt;&lt;code&gt;9d16695&lt;/code&gt;&lt;/a> Linker script is no longer required for building your own OpenSSL (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5746&quot;&gt;#5746&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/0b41cb2b61d873c1204fad4fbc994c68ac7e0dd3&quot;&gt;&lt;code&gt;0b41cb2&lt;/code&gt;&lt;/a> Added typing for a bunch of random stuff (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5743&quot;&gt;#5743&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/fb3c73a0b111017bbc0559301588321c9ae9759b&quot;&gt;&lt;code&gt;fb3c73a&lt;/code&gt;&lt;/a> Bump ctor from 0.1.18 to 0.1.19 in /src/rust (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5741&quot;&gt;#5741&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/d125d85458dd9c8f7fbcc28b6988a4fcae1fde06&quot;&gt;&lt;code&gt;d125d85&lt;/code&gt;&lt;/a> Use caching of rust artifacts in GHA (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5740&quot;&gt;#5740&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/cba69f1922803f4f29a3fde01741890d88b8e217&quot;&gt;&lt;code&gt;cba69f1&lt;/code&gt;&lt;/a> Bump libc from 0.2.84 to 0.2.85 in /src/rust (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5739&quot;&gt;#5739&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/da8d490ed24f247769d3a67ed694debf659909b2&quot;&gt;&lt;code&gt;da8d490&lt;/code&gt;&lt;/a> Added typing for more of ciphers (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5738&quot;&gt;#5738&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/e6352d5ef2798f9cb8ec2fd330605606117b515b&quot;&gt;&lt;code&gt;e6352d5&lt;/code&gt;&lt;/a> Added typing for a bunch of methods (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5737&quot;&gt;#5737&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/3.3.2...3.4.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 3.4.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Feb 8, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 8, 2021
@openshift-ci-robot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci
Copy link

openshift-ci bot commented Feb 8, 2021

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/images 1b3f7a3 link /test images
ci/prow/e2e-metal-assisted-onprem 1b3f7a3 link /test e2e-metal-assisted-onprem
ci/prow/unit 1b3f7a3 link /test unit
ci/prow/e2e-metal-assisted 1b3f7a3 link /test e2e-metal-assisted
ci/prow/e2e-metal-single-node-live-iso 1b3f7a3 link /test e2e-metal-single-node-live-iso
ci/prow/e2e-metal-assisted-ipv6 1b3f7a3 link /test e2e-metal-assisted-ipv6

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2021

Looks like cryptography is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Feb 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/cryptography-3.4.1 branch February 8, 2021 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant