From 3212935f93e854a0a49971b093119370de100142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:14:30 +0000 Subject: [PATCH] chore(deps): bump pycryptodomex from 3.18.0 to 3.19.1 Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.18.0 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.18.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodomex dependency-version: 3.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0aa8ddc..b83f1b49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'pyasn1==0.6.1', 'pycparser==2.21', 'pycryptodome==3.18.0', - 'pycryptodomex==3.18.0', + 'pycryptodomex==3.19.1', 'phonenumbers==8.13.17', 'gmssl==3.2.2', 'itsdangerous==1.1.0',