Skip to content

Commit 667bea8

Browse files
authored
Merge pull request #65 from skalenetwork/dependabot/pip/pycryptodome-3.9.1
Bump pycryptodome from 3.9.0 to 3.9.1
2 parents 39176f6 + 1d60aa8 commit 667bea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python-dateutil==2.8.0
77
Jinja2==2.10.3
88
skale-py==0.82.0
99
eth-hash==0.2.0
10-
pycryptodome==3.9.0
10+
pycryptodome==3.9.1
1111
psutil==5.6.3
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def find_version(*file_paths):
6060
"Jinja2==2.10.3",
6161
"skale-py==0.82.0",
6262
"eth-hash==0.2.0",
63-
"pycryptodome==3.9.0",
63+
"pycryptodome==3.9.1",
6464
"psutil==5.6.3"
6565
],
6666
python_requires='>=3.6,<4',

0 commit comments

Comments
 (0)