From 3e50ab7e75b0f4e2d3b394ad5b8d8ebde0b28fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:01:24 +0000 Subject: [PATCH] build(deps): bump pycryptodome from 3.9.6 to 3.19.1 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.9.6 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.6...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome 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 ef3ecbc..92d06d0 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run_tests(self): "Click>=7.0,<8", "httpsig==1.3.0", "requests>2.21.0,<3", - "pycryptodome==3.9.6", + "pycryptodome==3.19.1", "python-magic>=0.4,<1", "Jinja2>=3.0,<4", "responses>=0.13.4",