From c4122d8254d3d9d943518de38025337a2d5ebfe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:01:06 +0000 Subject: [PATCH] Bump pycryptodome from 3.8.1 to 3.19.1 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.8.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.8.1...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0f953a7..d01538b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ codecov==2.0.15 coverage==4.5.1 dnspython==1.16.0 pycodestyle==2.5.0 -pycryptodome==3.8.1 +pycryptodome==3.19.1 pyOpenSSL==19.0.0 pytest==4.4.0 pytest-cov==2.6.1 diff --git a/setup.py b/setup.py index e46d9e3..aadad20 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_long_description(): keywords = ["peer-to-peer", "P2P", "p2p", "distribute", "HA", "High-Availability"], install_requires = [ "dnspython==1.16.0", - "pycryptodome==3.8.1", + "pycryptodome==3.19.1", "pyOpenSSL==19.0.0" ], classifiers = [