Skip to content

Commit f11f8a1

Browse files
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](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29523b8 commit f11f8a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chatbot-integration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Flask==2.2.3
33

44
# For handling HTTP requests and responses
5-
requests==2.28.1
5+
requests==2.32.2
66

77
# Natural Language Processing libraries
88
nltk==3.7

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ seaborn==0.12.2 # Statistical data visualization based on matplotlib
2525
python-dotenv==0.21.0 # For loading environment variables from a .env file
2626

2727
# Additional libraries for enhanced functionality
28-
requests==2.31.0 # For making HTTP requests
28+
requests==2.32.2 # For making HTTP requests
2929
cryptography==39.0.1 # For secure data handling and encryption
3030

3131
# Advanced data processing and analysis

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"matplotlib==3.7.2",
3838
"seaborn==0.12.2",
3939
"python-dotenv==0.21.0",
40-
"requests==2.31.0",
40+
"requests==2.32.2",
4141
"cryptography==39.0.1",
4242
"dask==2023.7.0",
4343
"xgboost==1.7.6",

0 commit comments

Comments
 (0)