From e5fe2bffaac716cf6bf012172951e544de9c2868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:39:18 +0000 Subject: [PATCH] build(deps): bump pycryptodome from 3.12.0 to 3.19.1 in /cmdb-api Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.12.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.12.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmdb-api/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdb-api/Pipfile b/cmdb-api/Pipfile index 46e4b40..b0b8c69 100644 --- a/cmdb-api/Pipfile +++ b/cmdb-api/Pipfile @@ -25,7 +25,7 @@ Flask-Login = ">=0.6.2" Flask-Bcrypt = "==1.0.1" Flask-Cors = ">=3.0.8" ldap3 = "==2.9.1" -pycryptodome = "==3.12.0" +pycryptodome = "==3.19.1" cryptography = ">=41.0.2" # i18n flask-babel = "==4.0.0"