From f61420f9ceb9758e0671723c87a8f3a22853e960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 06:10:46 +0000 Subject: [PATCH] Update pycryptodomex requirement from >=3.9.8 to >=3.23.0 Updates the requirements on [pycryptodomex](https://github.com/Legrandin/pycryptodome) to permit the latest version. - [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.8...v3.23.0) --- updated-dependencies: - dependency-name: pycryptodomex dependency-version: 3.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/crypto.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8298a5c2ba73..dac8fb45ac61 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -38,7 +38,7 @@ python-dateutil>=2.8.1 python-gnupg>=0.4.7 pythonnet>=3.0.1; sys_platform == 'win32' pywin32>=305; sys_platform == 'win32' -pycryptodomex>=3.9.8 +pycryptodomex>=3.23.0 PyYAML requests>=2.32.0 ; python_version < '3.10' requests>=2.33.1 ; python_version >= '3.10' diff --git a/requirements/crypto.txt b/requirements/crypto.txt index 243cd87c2b93..8b5ed0edf355 100644 --- a/requirements/crypto.txt +++ b/requirements/crypto.txt @@ -1 +1 @@ -pycryptodomex>=3.9.8 +pycryptodomex>=3.23.0