From 624ff0ccc54b5a975f0837ccb1418ea84f6c6f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:00:07 +0000 Subject: [PATCH] Bump pycryptodomex from 3.7.3 to 3.19.1 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.7.3 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.3...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodomex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8aa2767..50f46d2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ twine>=1.12.1 wheel>=0.32.1 # fixed version of pycryptodomex so pyup bot can send PR's on updates -pycryptodomex==3.7.3 +pycryptodomex==3.19.1 # documentation dependencies Sphinx>=1.8.1