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

Update rlp requirement from ~=0.6.0 to ~=4.0.1 in /server #310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rlp requirement from ~=0.6.0 to ~=4.0.1 in /server
Updates the requirements on [rlp](https://github.com/ethereum/pyrlp) to permit the latest version.
- [Changelog](https://github.com/ethereum/pyrlp/blob/main/docs/release_notes.rst)
- [Commits](ethereum/pyrlp@v0.6.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
commit 8be8d658d02ddd0e4ea9294144a456d77c3bdd3c
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -6,6 +6,6 @@ aiosqlite~=0.10.0
base58~=1.0.0
indy_vdr~=0.3.4
cchardet~=2.1.0
rlp~=0.6.0
rlp~=4.0.1
supervisor~=4.0.4
pynacl~=1.5.0