From 93598c3e1dc54386a9c3e876701558e84d0b29d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:29:04 +0000 Subject: [PATCH] chore(deps): update pycryptodome requirement Updates the requirements on [pycryptodome](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.18.0...v3.23.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-version: 3.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a9fe12..7e6dac8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ locust>=2.20.0,<3.0.0 requests>=2.28.0,<3.0.0 PyYAML>=6.0,<7.0 -pycryptodome>=3.18.0,<4.0.0 +pycryptodome>=3.23.0,<4.0.0