Skip to content

Commit 937bb7c

Browse files
committed
fix: lint error made by dependabot
1 parent 91ed998 commit 937bb7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ dependencies = [
3232
"aiohttp==3.11.13",
3333
"aleph-message>=0.6.1",
3434
"aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@1yam-fix-estimated-gas",
35-
"base58==2.1.1", # Needed now as default with _load_account changement
36-
"py-sr25519-bindings==0.2", # Needed for DOT signatures
35+
"base58==2.1.1", # Needed now as default with _load_account changement
36+
"py-sr25519-bindings==0.2", # Needed for DOT signatures
3737
"pygments==2.19.1",
38-
"pynacl==1.5", # Needed now as default with _load_account changement
38+
"pynacl==1.5", # Needed now as default with _load_account changement
3939
"python-magic==0.4.27",
4040
"rich==13.9.*",
4141
"setuptools>=65.5",
42-
"substrate-interface==1.7.11", # Needed for DOT signatures
42+
"substrate-interface==1.7.11", # Needed for DOT signatures
4343
"textual==0.73",
4444
"typer==0.15.2",
4545
]

0 commit comments

Comments
 (0)