From 0b6affb10b4b3771a987a8620dd7b8c8565988c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 09:36:00 +0000 Subject: [PATCH] Bump pycryptodome from 3.9.1 to 3.9.2 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.1...v3.9.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2bc8fb1c..8c311e2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ python-dateutil==2.8.1 Jinja2==2.10.3 skale-py==0.82.0 eth-hash==0.2.0 -pycryptodome==3.9.1 +pycryptodome==3.9.2 psutil==5.6.5 diff --git a/setup.py b/setup.py index 563c6343..3ae729f1 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def find_version(*file_paths): "Jinja2==2.10.3", "skale-py==0.82.0", "eth-hash==0.2.0", - "pycryptodome==3.9.1", + "pycryptodome==3.9.2", "psutil==5.6.5" ], python_requires='>=3.6,<4',