From 35213b8b2a2cf05fa1cc082f88a9ae442fcf6309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:41:30 +0000 Subject: [PATCH] Bump pycryptodome from 3.15.0 to 3.19.1 Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.15.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.15.0...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 7f50d0e..76eaf8e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'vault.modules', 'vault.views'], package_dir={'vault': 'src'}, install_requires=[ - 'pycryptodome==3.15.0', + 'pycryptodome==3.19.1', 'pyperclip', 'tabulate', 'passwordgenerator',