From 8ec860d25181b717add3b26280aa250bda7f7ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:20:20 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot-integration/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chatbot-integration/requirements.txt b/chatbot-integration/requirements.txt index 5cd714e..ad7ba59 100644 --- a/chatbot-integration/requirements.txt +++ b/chatbot-integration/requirements.txt @@ -2,7 +2,7 @@ Flask==2.2.3 # For handling HTTP requests and responses -requests==2.28.1 +requests==2.32.2 # Natural Language Processing libraries nltk==3.7 diff --git a/requirements.txt b/requirements.txt index 1ac84bb..e83c68e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ seaborn==0.12.2 # Statistical data visualization based on matplotlib 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 +requests==2.32.2 # For making HTTP requests cryptography==39.0.1 # For secure data handling and encryption # Advanced data processing and analysis diff --git a/setup.py b/setup.py index 4641efb..d920a98 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "matplotlib==3.7.2", "seaborn==0.12.2", "python-dotenv==0.21.0", - "requests==2.31.0", + "requests==2.32.2", "cryptography==39.0.1", "dask==2023.7.0", "xgboost==1.7.6",