Skip to content

Commit 2b81015

Browse files
Bump pycryptodome from 3.8.2 to 3.9.0
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.8.2...v3.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ccc7b43 commit 2b81015

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.1
88
skale-py==0.82.0
99
eth-hash==0.2.0
10-
pycryptodome==3.8.2
10+
pycryptodome==3.9.0
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.1",
6161
"skale-py==0.82.0",
6262
"eth-hash==0.2.0",
63-
"pycryptodome==3.8.2",
63+
"pycryptodome==3.9.0",
6464
"psutil==5.6.3"
6565
],
6666
python_requires='>=3.6,<4',

0 commit comments

Comments
 (0)