From 72613a25a9f6fade95e1fe0f8c9ed4a377f8146f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 04:40:14 +0000 Subject: [PATCH] Bump cryptography from 37.0.2 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.2...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 fb4a8fa..00f0a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ requests==2.28.1 # For making HTTP requests beautifulsoup4==4.11.1 # For web scraping Flask-SocketIO==5.3.0 # For real-time communication in Flask applications Flask-JWT-Extended==4.4.0 # For JWT authentication in Flask applications -cryptography==37.0.2 # For secure encryption and decryption +cryptography==46.0.6 # For secure encryption and decryption # Optional: Advanced data processing and analysis dask==2022.10.0 # Parallel computing with task scheduling diff --git a/setup.py b/setup.py index 950b1a9..5b17d6a 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def run(self): "beautifulsoup4==4.11.1", "Flask-SocketIO==5.3.0", "Flask-JWT-Extended==4.4.0", - "cryptography==37.0.2", + "cryptography==46.0.6", "dask==2022.10.0", "xgboost==1.6.2", "lightgbm==3.3.2",