From 44d59c50a29cb1aa6277788bf4d8368a0d1d3fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:23:45 +0000 Subject: [PATCH] Bump cryptography from 43.0.3 to 44.0.1 in the pip group Bumps the pip group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 43.0.3 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f1cb336..3a301474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = ["Swagger", "Fabric Control Framework"] requires-python = '>=3.9' dependencies = [ "requests >= 2.28.1", - "cryptography==43.0.3", + "cryptography==44.0.1", "psycopg2-binary", "sqlalchemy", "waitress",