From 682c43e3e7fb62ca0dd88895716d0e3e6eab952d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 12:52:54 +0000 Subject: [PATCH] Update pycryptodomex requirement from >=3.22.0 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.22.0...v3.23.0) --- updated-dependencies: - dependency-name: pycryptodomex 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 d34886e..4ac08d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ defusedxml>=0.7.1 protobuf==3.20.1 -pycryptodomex>=3.22.0 +pycryptodomex>=3.23.0 pyogg>=0.6.14a.1 requests>=2.32.3 websocket-client>=1.8.0