From 2137389613e14d53ad83f897f0507a1ef8d814b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:40:06 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.1 in /pykmip-restapi Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pykmip-restapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykmip-restapi/requirements.txt b/pykmip-restapi/requirements.txt index 006f8cd5..3b0b0290 100644 --- a/pykmip-restapi/requirements.txt +++ b/pykmip-restapi/requirements.txt @@ -1,6 +1,6 @@ Flask==2.3.2 PyKMIP==0.10.0 gunicorn==23.0.0 -cryptography==43.0.1 +cryptography==44.0.1 pymysql==1.1.1 mysql-connector-python==9.1.0