diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index 55452b992c3..57044cbeba7 100644 --- a/manual-testing-sandbox/requirements.txt +++ b/manual-testing-sandbox/requirements.txt @@ -4,16 +4,16 @@ pandas==1.3.3 scipy==1.7.1 # Web development -flask==2.0.2 -django==4.2.22 +flask==2.2.5 +django==4.2.26 # Request handling -requests==2.26.0 +requests==2.32.4 httpx==0.19.0 # Machine Learning -scikit-learn==0.24.2 -tensorflow==2.6.0 +scikit-learn==1.5.0 +tensorflow==2.12.1 # Data visualization matplotlib==3.4.3 @@ -25,11 +25,11 @@ nltk==3.6.3 spacy==3.1.2 # Deep Learning -torch==2.6.0 -keras==2.6.0 +torch==2.8.0 +keras==3.12.0 # Image processing -pillow==8.3.2 +pillow==10.3.0 opencv-python==4.5.3.56 # Data handling and manipulation @@ -49,7 +49,7 @@ pytest==6.2.5 loguru==0.5.3 # Asynchronous Programming -aiohttp==3.7.4 +aiohttp==3.12.14 # Others jupyter==1.0.0