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",