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

Manual version pinning updates #1878

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

dbast
Copy link
Contributor

@dbast dbast commented Aug 20, 2024

This manually does the dependency version pinning updates that are done + individually tested by dependabot in #1872, #1873, #1875, #1876 but cannot be merged due to cla-assistant approval being missing. The PR also additionally updates the MarkupSafe version pinning, which dependabot did not propose yet due to the default dependabot PR rate limit of 5 open PRs.

pip list --outdated:

  • before
Package    Version Latest Type
---------- ------- ------ -----
eth-bloom  1.0.4   3.0.1  wheel
eth-hash   0.3.3   0.7.0  wheel
eth-utils  2.3.1   5.0.0  wheel
hexbytes   0.2.3   1.2.1  wheel
MarkupSafe 2.0.1   2.1.5  wheel
py-solc-x  1.1.1   2.0.3  wheel
pyparsing  2.4.7   3.1.2  wheel
rlp        3.0.0   4.0.1  wheel
  • after:
Package    Version Latest Type
---------- ------- ------ -----
py-solc-x  1.1.1   2.0.3  wheel

The py-solc-x version pinning update has to be handled separately due to currently failures in #1874

`pip list --outdated`:

* before


```
Package    Version Latest Type
---------- ------- ------ -----
eth-bloom  1.0.4   3.0.1  wheel
eth-hash   0.3.3   0.7.0  wheel
eth-utils  2.3.1   5.0.0  wheel
hexbytes   0.2.3   1.2.1  wheel
MarkupSafe 2.0.1   2.1.5  wheel
py-solc-x  1.1.1   2.0.3  wheel
pyparsing  2.4.7   3.1.2  wheel
rlp        3.0.0   4.0.1  wheel
```

* after:

```
Package    Version Latest Type
---------- ------- ------ -----
py-solc-x  1.1.1   2.0.3  wheel
```
Copy link
Collaborator

@norhh norhh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@norhh norhh merged commit e64be9d into Consensys:develop Aug 20, 2024
4 checks passed
@dbast dbast deleted the pinning-update branch August 23, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants