From 7f1b609acfd363b9e92a98d3ae2ee0a5c77c8c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:14:28 +0000 Subject: [PATCH] chore(deps): bump pycryptodome from 3.18.0 to 3.19.1 Bumps [pycryptodome](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: pycryptodome 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..a564397b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'passlib==1.7.4', 'pyasn1==0.6.1', 'pycparser==2.21', - 'pycryptodome==3.18.0', + 'pycryptodome==3.19.1', 'pycryptodomex==3.18.0', 'phonenumbers==8.13.17', 'gmssl==3.2.2',