Skip to content

Commit ceeaa77

Browse files
authored
Update safe-eth-py to 7.19 to include Plasma support (#616)
# Description This PR updates the version of `safe-eth-py` used by the payouts script from 7.12 to 7.19. # Context The latest release of 7.19 includes support for the Plasma network: https://github.com/safe-global/safe-eth-py/releases/tag/v7.19.0
1 parent 8f121d3 commit ceeaa77

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dune-client
55
psycopg2-binary
66
python-dotenv
77
requests
8-
safe-eth-py>=7.12.0
8+
safe-eth-py>=7.19.0
99
slackclient
1010
web3
1111
SQLAlchemy

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
@@ -100,6 +100,8 @@ frozenlist==1.7.0
100100
# via
101101
# aiohttp
102102
# aiosignal
103+
greenlet==3.3.1
104+
# via sqlalchemy
103105
hexbytes==1.3.1
104106
# via
105107
# eth-account
@@ -215,7 +217,7 @@ rlp==4.1.0
215217
# eth-rlp
216218
# py-evm
217219
# trie
218-
safe-eth-py==7.12.0
220+
safe-eth-py==7.19.0
219221
# via -r requirements.in
220222
safe-pysha3==1.0.5
221223
# via safe-eth-py
@@ -252,7 +254,6 @@ types-setuptools==80.9.0.20250822
252254
# via dune-client
253255
typing-extensions==4.15.0
254256
# via
255-
# aiosignal
256257
# eth-typing
257258
# mypy
258259
# pydantic

0 commit comments

Comments
 (0)