From 9fb78441d717447af04294444391126a8ebc740e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:27:28 +0000 Subject: [PATCH] Bump pycryptodomex from 3.22.0 to 3.23.0 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.22.0 to 3.23.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e46985f..3682a12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ requests==2.32.3 PySocks==1.7.1 pydantic==2.11.4 moviepy==1.0.3 -pycryptodomex==3.22.0 +pycryptodomex==3.23.0 diff --git a/setup.py b/setup.py index 3bb1d1b..79573ff 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "requests<3.0,>=2.25.1", "PySocks==1.7.1", "pydantic==2.11.4", - "pycryptodomex==3.22.0", + "pycryptodomex==3.23.0", ] # requirements = [ # line.strip()