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

Update pyzmq requirement from ~=24.0.1 to ~=25.0.0 #4927

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Updates the requirements on pyzmq to permit the latest version.

Commits
  • 8e4e5c8 Bump to 25.0.0
  • e4d380d Merge pull request #1819 from minrk/cl-25
  • cab205f Merge pull request #1824 from zeromq/pre-commit-ci-update-config
  • f2757eb [pre-commit.ci] pre-commit autoupdate
  • 917bb88 note manylinux_2_28 wheels in changelog
  • 5666a79 Merge pull request #1822 from minrk/cp311-2014
  • a64ec06 publish both 2014 and 2_28 wheels for cpython >= 3.10, pypy >= 3.9
  • f5e17f8 update changelog for 25
  • 25545d4 Merge pull request #1818 from minrk/deprecate-test
  • 22d0cfd Merge pull request #1817 from minrk/toml-syntax
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v24.0.1...v25.0.0)

---
updated-dependencies:
- dependency-name: pyzmq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2023
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Merging #4927 (711cf7a) into master (3083ef9) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4927      +/-   ##
==========================================
- Coverage   68.42%   68.39%   -0.04%     
==========================================
  Files         352      352              
  Lines       32349    32349              
==========================================
- Hits        22136    22126      -10     
- Misses      10213    10223      +10     

Copy link
Collaborator

@jenshnielsen jenshnielsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

bors bot added a commit that referenced this pull request Jan 13, 2023
4923: Move VoltageDivider into parameters and deprecate r=jenshnielsen a=jenshnielsen

This is not an instrument but a Parameter so it makes more sense for it to live there. 
Since DelegateParamerer does the same more general and better deprecate this one

4927: Update pyzmq requirement from ~=24.0.1 to ~=25.0.0 r=jenshnielsen a=dependabot[bot]

Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zeromq/pyzmq/commit/8e4e5c80dc16ecaed06d9c95e4947bae478a6177"><code>8e4e5c8</code></a> Bump to 25.0.0</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/e4d380d0ff6de36674084d5899dcfa29dcfd656a"><code>e4d380d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zeromq/pyzmq/issues/1819">#1819</a> from minrk/cl-25</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/cab205f49f71eaa5ff9783f5907ca4685e90dd57"><code>cab205f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zeromq/pyzmq/issues/1824">#1824</a> from zeromq/pre-commit-ci-update-config</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/f2757ebcc23b91e32b2dfa5a6d0b3ebca7914d9f"><code>f2757eb</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/917bb884a3ce68fb7ccff95edb02c0f8e0025bcd"><code>917bb88</code></a> note manylinux_2_28 wheels in changelog</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/5666a79661b4f0087e9c9bac9b9331317b86381f"><code>5666a79</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zeromq/pyzmq/issues/1822">#1822</a> from minrk/cp311-2014</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/a64ec0624c367e3b0d34256032d3dad4fd3f7024"><code>a64ec06</code></a> publish both 2014 and 2_28 wheels for cpython &gt;= 3.10, pypy &gt;= 3.9</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/f5e17f8a250287433265f830646376aa7517a5e6"><code>f5e17f8</code></a> update changelog for 25</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/25545d43ba8be95d27f1215c11a03ff811c92072"><code>25545d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zeromq/pyzmq/issues/1818">#1818</a> from minrk/deprecate-test</li>
<li><a href="https://github.com/zeromq/pyzmq/commit/22d0cfd049cb4c93ca41ef0089f65a68c5cfb0bd"><code>22d0cfd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zeromq/pyzmq/issues/1817">#1817</a> from minrk/toml-syntax</li>
<li>Additional commits viewable in <a href="https://github.com/zeromq/pyzmq/compare/v24.0.1...v25.0.0">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: Jens H. Nielsen <Jens.Nielsen@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Jan 13, 2023

Build failed (retrying...):

  • pytestmypy (ubuntu-latest, 3.10)
  • pytestnonlocal (3.8)

@bors bors bot merged commit 26e04b4 into master Jan 13, 2023
@bors bors bot deleted the dependabot/pip/pyzmq-approx-eq-25.0.0 branch January 13, 2023 07:53
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant