From 32169034650cc48a43c962ba9202ca2743619d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 06:40:50 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.2 to 41.0.4 in /cmdb-api Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography 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 20e831a9..6fbc5a3a 100644 --- a/cmdb-api/Pipfile +++ b/cmdb-api/Pipfile @@ -26,7 +26,7 @@ Flask-Bcrypt = "==1.0.1" Flask-Cors = ">=3.0.8" ldap3 = "==2.9.1" pycryptodome = "==3.12.0" -cryptography = "==41.0.2" +cryptography = "==41.0.4" # Caching Flask-Caching = ">=1.0.0" # Environment variable parsing