From c32a099b48941565d83ea1d17ccbae2a23b4979b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:00:28 +0000 Subject: [PATCH] Bump pycryptodomex from 3.9.0 to 3.19.1 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.9.0 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.9.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodomex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bea0b6b..9959fac 100644 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ def run(self): 'async_generator', # for python 3.6 'typing_extensions>=3.7.2', 'iso8601', - 'pycryptodomex==3.9.0', + 'pycryptodomex==3.19.1', 'python-snappy', 'smokesignal', 'sqlalchemy>=1.2.13',