From 5eff9a86f44c95906308c27ebe69bbffdaadf0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:57:31 +0200 Subject: [PATCH] Update pycryptodome requirement from ==3.17.* to ==3.18.* (#3339) 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 a93d252ebc..522d0f3181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ "psycopg2-binary", "pycountry", "pycparser==2.21", - "pycryptodome==3.17.*", + "pycryptodome==3.18.*", "pypdf==3.8.*", "python-bidi==0.4.*", # Support for Arabic in reportlab "python-dateutil==2.8.*",