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.2.0 #1942

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 Mar 25, 2024

Bumps hexbytes from 0.3.1 to 1.2.0.

Changelog

Sourced from hexbytes's changelog.

hexbytes v1.2.0 (2024-03-19)

Features


- Add ``to_0x_hex()`` method to provide a quick, explicit way to get an 0x-prefixed string (`[#43](https://github.com/ethereum/hexbytes/issues/43) <https://github.com/ethereum/hexbytes/issues/43>`__)

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) <https://github.com/ethereum/hexbytes/issues/38>`__)
- Drop python 3.7 support (`[#39](https://github.com/ethereum/hexbytes/issues/39) <https://github.com/ethereum/hexbytes/issues/39>`__)

Internal Changes - for hexbytes Contributors

  • Added missing build dependency. ([#32](https://github.com/ethereum/hexbytes/issues/32) <https://github.com/ethereum/hexbytes/issues/32>__)
  • Add build.os config for readthedocs ([#34](https://github.com/ethereum/hexbytes/issues/34) <https://github.com/ethereum/hexbytes/issues/34>__)
  • Change to using pre-commit to manage linting tools ([#35](https://github.com/ethereum/hexbytes/issues/35) <https://github.com/ethereum/hexbytes/issues/35>__)
  • Merge project template updates and bump mypy to v1.5.1 ([#36](https://github.com/ethereum/hexbytes/issues/36) <https://github.com/ethereum/hexbytes/issues/36>__)
  • Merge template - .gitignore updates and other fixes ([#37](https://github.com/ethereum/hexbytes/issues/37) <https://github.com/ethereum/hexbytes/issues/37>__)
  • Merge template updates, including additional linting, move most lint config to pyproject.toml ([#39](https://github.com/ethereum/hexbytes/issues/39) <https://github.com/ethereum/hexbytes/issues/39>__)
Commits
  • f5ffb28 Bump version: 1.1.0 → 1.2.0
  • 4b832aa Compile release notes for v1.2.0
  • 8018c5a add to_0x_hex method to easily create 0x-prefixed strings
  • 9bfdb20 Bump version: 1.0.0 → 1.1.0
  • b23d893 Compile release notes for v1.1.0
  • 24fd650 Merge pull request #41 from pacrob/upgrade-template
  • 9dda9d1 merge template and lint
  • bdd1a34 add docs build path for ci to check pdf and epub
  • 2eff6f8 update windows wheel ci jobs to use pyenv, add py312 job
  • b853f5c add py312 support
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 25, 2024 06:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2024
@dependabot dependabot bot requested a review from Uxio0 March 25, 2024 06:08
Bumps [hexbytes](https://github.com/ethereum/hexbytes) from 0.3.1 to 1.2.0.
- [Changelog](https://github.com/ethereum/hexbytes/blob/main/docs/release_notes.rst)
- [Commits](ethereum/hexbytes@v0.3.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/hexbytes-1.2.0 branch from 0a28dc4 to a037e19 Compare April 9, 2024 11:24
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

0 participants