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 eth-utils from 1.10.0 to 2.1.0 in /lib/tap-cryptodata #65

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 Nov 18, 2022

Bumps eth-utils from 1.10.0 to 2.1.0.

Changelog

Sourced from eth-utils's changelog.

eth-utils v2.1.0 (2022-11-17)

Features


- Allow a wider eth-hash dependency range (`[#225](https://github.com/ethereum/eth-utils/issues/225) <https://github.com/ethereum/eth-utils/issues/225>`__)

Performance improvements

  • Performance improvement of up to 65% on is_0x_prefixed ([#223](https://github.com/ethereum/eth-utils/issues/223) <https://github.com/ethereum/eth-utils/issues/223>__)

Improved Documentation


- Fix typo in documentation: hexidecimal -> hexadecimal (`[#222](https://github.com/ethereum/eth-utils/issues/222) <https://github.com/ethereum/eth-utils/issues/222>`__)

Internal Changes - for eth-utils Contributors

  • Update use of @cached_property for debug2 logging. ([#232](https://github.com/ethereum/eth-utils/issues/232) <https://github.com/ethereum/eth-utils/issues/232>__)

Miscellaneous changes


- `[#226](https://github.com/ethereum/eth-utils/issues/226) <https://github.com/ethereum/eth-utils/issues/226>`__, `[#235](https://github.com/ethereum/eth-utils/issues/235) <https://github.com/ethereum/eth-utils/issues/235>`__

Breaking changes


- Remove support for Python 3.6, add Python 3.11, misc dev internal updates (`[#227](https://github.com/ethereum/eth-utils/issues/227) &lt;https://github.com/ethereum/eth-utils/issues/227&gt;`__)

eth-utils v2.0.0 (2021-11-18)

Features


- Upgrade eth-typing to v3.0+, Add support for python 3.9 and 3.10
  Remove support for python 3.5 (`[#215](https://github.com/ethereum/eth-utils/issues/215) &amp;lt;https://github.com/ethereum/eth-utils/issues/215&amp;gt;`__)
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/36add325673eb77c2fe668b7c3b70fc96ee7bc83&quot;&gt;&lt;code&gt;36add32&lt;/code&gt;&lt;/a&gt; Bump version: 2.0.0 → 2.1.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/f4a7217989c91699f214c3d5d22dd2da28c4d388&quot;&gt;&lt;code&gt;f4a7217&lt;/code&gt;&lt;/a&gt; Compile release notes&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/e022a9efaf81b75d92ecbc6a840aa11c2aa9a41b&quot;&gt;&lt;code&gt;e022a9e&lt;/code&gt;&lt;/a&gt; Misc release (&lt;a href=&quot;https://github-redirect.dependabot.com/ethereum/eth-utils/issues/227&quot;&gt;#227&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/7b023a0ee87d19d530e0a16ae73966c1912ede1d&quot;&gt;&lt;code&gt;7b023a0&lt;/code&gt;&lt;/a&gt; Copy &lt;code&gt;towncrier&lt;/code&gt; types from project template (&lt;a href=&quot;https://github-redirect.dependabot.com/ethereum/eth-utils/issues/235&quot;&gt;#235&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/bbdaf5e3b317871c3772c7d34c12d59943e6ea7e&quot;&gt;&lt;code&gt;bbdaf5e&lt;/code&gt;&lt;/a&gt; Add newsfragment for &lt;a href=&quot;https://github-redirect.dependabot.com/ethereum/eth-utils/issues/232&quot;&gt;#232&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/bbc52165c4b9aa03311517fcc444026a9c9b453a&quot;&gt;&lt;code&gt;bbc5216&lt;/code&gt;&lt;/a&gt; refactor: import cached-property from functools when the python version is ne...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/3ba3f0e2d2e10f8c63baeec0590eb07e3cd89518&quot;&gt;&lt;code&gt;3ba3f0e&lt;/code&gt;&lt;/a&gt; refator: use cached_property to cache the show_debug2&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/bdc520d53671051e4cc071f1466c7430eae909d6&quot;&gt;&lt;code&gt;bdc520d&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://github-redirect.dependabot.com/ethereum/eth-utils/issues/226&quot;&gt;#226&lt;/a&gt; from kclowes/update-mypy&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/90c8af80d48256b82ff747695fc30ebc67a1c086&quot;&gt;&lt;code&gt;90c8af8&lt;/code&gt;&lt;/a&gt; Fix doc and lint build, add newsfragment&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ethereum/eth-utils/commit/f535a9d86f38b8a9c7347ba440bfdd4d0c5443c3&quot;&gt;&lt;code&gt;f535a9d&lt;/code&gt;&lt;/a&gt; Update mypy, fix new errors&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/ethereum/eth-utils/compare/v1.10.0...v2.1.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eth-utils&package-manager=pip&previous-version=1.10.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

Bumps [eth-utils](https://github.com/ethereum/eth-utils) from 1.10.0 to 2.1.0.
- [Release notes](https://github.com/ethereum/eth-utils/releases)
- [Changelog](https://github.com/ethereum/eth-utils/blob/master/docs/release_notes.rst)
- [Commits](ethereum/eth-utils@v1.10.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants