Skip to content

Chore(deps): Bump hexbytes from 0.2.2 to 1.3.1 #791

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps hexbytes from 0.2.2 to 1.3.1.

Changelog

Sourced from hexbytes's changelog.

hexbytes v1.3.1 (2025-05-14)

Miscellaneous Changes


- `[#53](https://github.com/ethereum/hexbytes/issues/53) <https://github.com/ethereum/hexbytes/issues/53>`__

Performance Improvements

  • Add an optimized __reduce__ method to the HexBytes class that avoids validation when pickling / unpickling since the instance is already validated on creation. ([#52](https://github.com/ethereum/hexbytes/issues/52) <https://github.com/ethereum/hexbytes/issues/52>__)

hexbytes v1.3.0 (2025-01-13)

Features


- Merge template, adding `py313` suppport and removing ``bumpversion`` for ``bump-my-version`` (`[#50](https://github.com/ethereum/hexbytes/issues/50) <https://github.com/ethereum/hexbytes/issues/50>`__)

Internal Changes - for hexbytes Contributors

  • Bump towncrier dep from >=21,<22 to >=24,<25 ([#49](https://github.com/ethereum/hexbytes/issues/49) <https://github.com/ethereum/hexbytes/issues/49>__)

hexbytes v1.2.1 (2024-06-17)

Improved Documentation


- Update docs structure, adding Contribution and Code of Conduct sections (`[#44](https://github.com/ethereum/hexbytes/issues/44) <https://github.com/ethereum/hexbytes/issues/44>`__)

Internal Changes - for hexbytes Contributors

  • Drop bumpversion for bump-my-version and add make package-test to build and test the package before pushing to pypi. ([#44](https://github.com/ethereum/hexbytes/issues/44) <https://github.com/ethereum/hexbytes/issues/44>__)
  • Run mypy with local deps installed instead of pre-commit mirrors-mypy hook. ([#47](https://github.com/ethereum/hexbytes/issues/47) <https://github.com/ethereum/hexbytes/issues/47>__)

Miscellaneous Changes


- `[#46](https://github.com/ethereum/hexbytes/issues/46) <https://github.com/ethereum/hexbytes/issues/46>`__
</tr></table> 

... (truncated)

Commits
  • d748402 Bump version: 1.3.0 → 1.3.1
  • 86bad97 Compile release notes for v1.3.1
  • d344950 remove hypothesis upper pin
  • ede4f7e newsfragment for #52
  • bc7bef8 Fix lint; add test
  • c401527 performance: bypass input validation for faster unpickling
  • 1ab0342 Bump version: 1.2.1 → 1.3.0
  • 17db2c7 Compile release notes for v1.3.0
  • 46a8f96 Merge pull request #50 from pacrob/upgrade-template
  • 2837968 fill template vars
  • Additional commits viewable in compare view

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)

Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.2.2 to 1.3.1.
- [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst)
- [Commits](ethereum/hexbytes@v0.2.2...v1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 15, 2025
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