From 63f361f2593bd7301a3ee1d0dbfe406fcb7afeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 11:31:12 +0200 Subject: [PATCH] Update pycryptodome requirement from ==3.22.* to ==3.23.* (#5138) 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.22.0...v3.23.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-version: 3.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2e185d71..859578d14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "psycopg2-binary", "pycountry", "pycparser==2.22", - "pycryptodome==3.22.*", + "pycryptodome==3.23.*", "pypdf==5.4.*", "python-bidi==0.6.*", # Support for Arabic in reportlab "python-dateutil==2.9.*",