From e4ccb626f3f82cf5b9bf789b6752b7ff46b4e4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:00:45 +0000 Subject: [PATCH] Bump pycryptodome from 3.7.3 to 3.19.1 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.7.3 to 3.19.1. - [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.7.3...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f2f9bd2..aed0f02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pycryptodome==3.7.3 +pycryptodome==3.19.1 termcolor==1.1.0 pyserial==3.4 ecdsa==0.13.3 diff --git a/setup.py b/setup.py index 3b1348d..8490637 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - "pycryptodome==3.7.3", + "pycryptodome==3.19.1", "termcolor==1.1.0", "pyserial==3.4", "ecdsa==0.13.3",