From 9bc163c1de6a4b5264c6ed48adcf2d55298b900d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:59:09 +0000 Subject: [PATCH] Bump pycryptodomex from 3.7.1 to 3.19.1 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.7.1 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.1...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodomex 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 86a33b9..4b73c54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pycryptodomex==3.7.1 +pycryptodomex==3.19.1 pysha3==1.0.2 salsa20==0.3.0 scrypt==0.8.6 diff --git a/setup.py b/setup.py index 67f9a42..7106b7d 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries'], long_description = open('README.rst').read(), - install_requires = ["pycryptodomex==3.7.1", + install_requires = ["pycryptodomex==3.19.1", "scrypt==0.8.6", "six==1.11.0", "pysha3==1.0.2",