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

chore(deps): Bump rlp from 4.0.0 to 4.0.1 #2984

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps rlp from 4.0.0 to 4.0.1.

Changelog

Sourced from rlp's changelog.

pyrlp v4.0.1 (2024-04-24)

Internal Changes - for pyrlp Contributors


- Add python 3.12 support, ``rust-backend`` now works with python 3.11 and 3.12 (`[#150](https://github.com/ethereum/pyrlp/issues/150) <https://github.com/ethereum/pyrlp/issues/150>`__)

Miscellaneous Changes


- `[#151](https://github.com/ethereum/pyrlp/issues/151) &lt;https://github.com/ethereum/pyrlp/issues/151&gt;`__
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/pyrlp/commit/f2b3f68001b43e6fb4b81151f5ab33ca29ebf5d2&quot;&gt;&lt;code&gt;f2b3f68&lt;/code&gt;&lt;/a> Bump version: 4.0.0 → 4.0.1</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/a90209ad037e367326db95783968775e13be7385&quot;&gt;&lt;code&gt;a90209a&lt;/code&gt;&lt;/a> Compile release notes for v4.0.1</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/496f73c2fd739429320c96a9519883aefb22959b&quot;&gt;&lt;code&gt;496f73c&lt;/code&gt;&lt;/a> fix docs ci</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/9960c74ff650584a6ea8b03e3939c6bd10a8e8a7&quot;&gt;&lt;code&gt;9960c74&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ethereum/pyrlp/issues/150&quot;&gt;#150&lt;/a> from pacrob/upgrade-template</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/b88b1cefee98fdeabaee65708d1fc576baf4750f&quot;&gt;&lt;code&gt;b88b1ce&lt;/code&gt;&lt;/a> Update README.md</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/ac8c476a42143ead087c64e8df36c6860c06c029&quot;&gt;&lt;code&gt;ac8c476&lt;/code&gt;&lt;/a> move all tests under core, add rust backend tests for py312</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/6b331e16e8f6a078388374f1f1cb34f88c3203f7&quot;&gt;&lt;code&gt;6b331e1&lt;/code&gt;&lt;/a> merge template, fill vars, lint</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/f29c8ad8f0a408ed909bf494bb1538f4c69efa8e&quot;&gt;&lt;code&gt;f29c8ad&lt;/code&gt;&lt;/a> <code>scripts</code> directory included in dist but not in wheel. (<a href="https://redirect.github.com/ethereum/pyrlp/issues/130&quot;&gt;#130&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/pyrlp/commit/6a869e7d24951b7ecfd4c2ce21ece92e8cb33131&quot;&gt;&lt;code&gt;6a869e7&lt;/code&gt;&lt;/a> Update Makefile</li>
<li><a href="https://github.com/ethereum/pyrlp/commit/74f0a2fac926aba086d2f59cfac00a4844904fce&quot;&gt;&lt;code&gt;74f0a2f&lt;/code&gt;&lt;/a> <code>sphinx-autobuild</code> for live docs updates (<a href="https://redirect.github.com/ethereum/pyrlp/issues/129&quot;&gt;#129&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/pyrlp/compare/v4.0.0...v4.0.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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 24, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/rlp-4.0.1 branch 2 times, most recently from 653edb7 to a4751cc Compare May 31, 2024 20:03
Bumps [rlp](https://github.com/ethereum/pyrlp) from 4.0.0 to 4.0.1.
- [Changelog](https://github.com/ethereum/pyrlp/blob/main/docs/release_notes.rst)
- [Commits](ethereum/pyrlp@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/rlp-4.0.1 branch from a4751cc to bda54b2 Compare May 31, 2024 20:36
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

Looks like rlp is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/pip/rlp-4.0.1 branch June 3, 2024 14:28
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.

0 participants