From f637bee42b9cb6a3e0465ba0da449653f5ab4850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:20:01 +0000 Subject: [PATCH] Bump cryptography from 39.0.1 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1ac84bb..94fe5d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dotenv==0.21.0 # For loading environment variables from a .env file # HTTP requests and secure data handling requests==2.31.0 # For making HTTP requests -cryptography==39.0.1 # For secure data handling and encryption +cryptography==44.0.1 # For secure data handling and encryption # Advanced data processing and analysis dask==2023.7.0 # Parallel computing with task scheduling for larger-than-memory computations diff --git a/setup.py b/setup.py index 4641efb..649c0fc 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "seaborn==0.12.2", "python-dotenv==0.21.0", "requests==2.31.0", - "cryptography==39.0.1", + "cryptography==44.0.1", "dask==2023.7.0", "xgboost==1.7.6", "loguru==0.6.0",