File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Flask == 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
88nltk == 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
2525python-dotenv == 0.21.0 # For loading environment variables from a .env file
2626
2727# HTTP requests and secure data handling
28- requests == 2.31.0 # For making HTTP requests
28+ requests == 2.32.2 # For making HTTP requests
2929cryptography == 39.0.1 # For secure data handling and encryption
3030
3131# Advanced data processing and analysis
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments