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 hexbytes from 0.3.1 to 1.1.0 #807

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps hexbytes from 0.3.1 to 1.1.0.

Changelog

Sourced from hexbytes's changelog.

hexbytes v1.1.0 (2024-03-01)

Internal Changes - for hexbytes Contributors


- Change the name of ``master`` branch to ``main`` (`[#40](https://github.com/ethereum/hexbytes/issues/40) <https://github.com/ethereum/hexbytes/issues/40>`__)
- Merge template updates, notably adding py312 support (`[#41](https://github.com/ethereum/hexbytes/issues/41) <https://github.com/ethereum/hexbytes/issues/41>`__)

hexbytes v1.0.0 (2023-11-07)

Breaking Changes


- Move HexBytes prepend of ``0x`` from ``hex`` method to ``__repr__`` to not break ``hex`` of parent ``bytes`` class (`[#38](https://github.com/ethereum/hexbytes/issues/38) &lt;https://github.com/ethereum/hexbytes/issues/38&gt;`__)
- Drop python 3.7 support (`[#39](https://github.com/ethereum/hexbytes/issues/39) &lt;https://github.com/ethereum/hexbytes/issues/39&gt;`__)

Internal Changes - for hexbytes Contributors
</code></pre>
<ul>
<li>Added missing <code>build</code> dependency. (<code>#32 &lt;https://github.com/ethereum/hexbytes/issues/32&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Add <code>build.os</code> config for readthedocs (<code>#34 &lt;https://github.com/ethereum/hexbytes/issues/34&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Change to using <code>pre-commit</code> to manage linting tools (<code>#35 &lt;https://github.com/ethereum/hexbytes/issues/35&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Merge project template updates and bump mypy to v1.5.1 (<code>#36 &lt;https://github.com/ethereum/hexbytes/issues/36&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Merge template - .gitignore updates and other fixes (<code>#37 &lt;https://github.com/ethereum/hexbytes/issues/37&amp;gt;&lt;/code&gt;__)&lt;/li>
<li>Merge template updates, including additional linting, move most lint config to pyproject.toml (<code>#39 &lt;https://github.com/ethereum/hexbytes/issues/39&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/hexbytes/commit/9bfdb20845138468323808e47fc6fcc120c90e78&quot;&gt;&lt;code&gt;9bfdb20&lt;/code&gt;&lt;/a> Bump version: 1.0.0 → 1.1.0</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/b23d8936065b3237a7370433c96f81bce3124c73&quot;&gt;&lt;code&gt;b23d893&lt;/code&gt;&lt;/a> Compile release notes for v1.1.0</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/24fd650629439a70b0a565bc1327a57698ae2669&quot;&gt;&lt;code&gt;24fd650&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/ethereum/hexbytes/issues/41&quot;&gt;#41&lt;/a> from pacrob/upgrade-template</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/9dda9d100f7d2b12967962bac8ff09de37f1b083&quot;&gt;&lt;code&gt;9dda9d1&lt;/code&gt;&lt;/a> merge template and lint</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/bdd1a342d9f88761caa99ed97fc5104096fc5efd&quot;&gt;&lt;code&gt;bdd1a34&lt;/code&gt;&lt;/a> add docs build path for ci to check pdf and epub</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/2eff6f8be8603022915ad1a20978d57da977e304&quot;&gt;&lt;code&gt;2eff6f8&lt;/code&gt;&lt;/a> update windows wheel ci jobs to use pyenv, add py312 job</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/b853f5ccdf0fc45b2168ffaffc52adccbe098ac1&quot;&gt;&lt;code&gt;b853f5c&lt;/code&gt;&lt;/a> add py312 support</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/8ffe3b8900139eeb2602fd44249835fe77f1f68a&quot;&gt;&lt;code&gt;8ffe3b8&lt;/code&gt;&lt;/a> Update tox.ini</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/3fed49fb497ca322a747564634f5888b3bbea71d&quot;&gt;&lt;code&gt;3fed49f&lt;/code&gt;&lt;/a> Update config.yml</li>
<li><a href="https://github.com/ethereum/hexbytes/commit/608a0a954bdb1e51186bf46e9a3a485889d5637a&quot;&gt;&lt;code&gt;608a0a9&lt;/code&gt;&lt;/a> Update test_import_and_version.py</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/hexbytes/compare/v0.3.1...v1.1.0&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 Mar 4, 2024
@dependabot dependabot bot requested a review from Uxio0 March 4, 2024 06:08
@dependabot dependabot bot force-pushed the dependabot/pip/hexbytes-1.1.0 branch from ca4ed73 to 53e2d6c Compare March 11, 2024 11:24
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2024 11:24
Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.3.1 to 1.1.0.
- [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst)
- [Commits](ethereum/hexbytes@v0.3.1...v1.1.0)

---
updated-dependencies:
- dependency-name: hexbytes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/hexbytes-1.1.0 branch from 53e2d6c to dbbb73f Compare March 18, 2024 10:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #856.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/hexbytes-1.1.0 branch March 25, 2024 06:11
Copy link
Contributor

❌ Wrong comment or invalid permissions!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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