Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.31.0 to 2.32.2 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chatbot-integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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",