File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Flask == 2.2.3
3
3
4
4
# For handling HTTP requests and responses
5
- requests == 2.28.1
5
+ requests == 2.32.2
6
6
7
7
# Natural Language Processing libraries
8
8
nltk == 3.7
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ seaborn==0.12.2 # Statistical data visualization based on matplotlib
25
25
python-dotenv == 0.21.0 # For loading environment variables from a .env file
26
26
27
27
# Additional libraries for enhanced functionality
28
- requests == 2.31.0 # For making HTTP requests
28
+ requests == 2.32.2 # For making HTTP requests
29
29
cryptography == 39.0.1 # For secure data handling and encryption
30
30
31
31
# Advanced data processing and analysis
Original file line number Diff line number Diff line change 37
37
"matplotlib==3.7.2" ,
38
38
"seaborn==0.12.2" ,
39
39
"python-dotenv==0.21.0" ,
40
- "requests==2.31.0 " ,
40
+ "requests==2.32.2 " ,
41
41
"cryptography==39.0.1" ,
42
42
"dask==2023.7.0" ,
43
43
"xgboost==1.7.6" ,
You can’t perform that action at this time.
0 commit comments