diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index 55452b992c3..46b09014e54 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.25 # 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 @@ -21,16 +21,16 @@ seaborn==0.11.2 plotly==5.3.1 # Natural Language Processing -nltk==3.6.3 +nltk==3.9 spacy==3.1.2 # Deep Learning -torch==2.6.0 -keras==2.6.0 +torch==2.8.0 +keras==3.11.3 # Image processing -pillow==8.3.2 -opencv-python==4.5.3.56 +pillow==10.3.0 +opencv-python==4.8.1.78 # Data handling and manipulation beautifulsoup4==4.10.0 @@ -49,9 +49,9 @@ pytest==6.2.5 loguru==0.5.3 # Asynchronous Programming -aiohttp==3.7.4 +aiohttp==3.12.14 # Others jupyter==1.0.0 -gunicorn==20.1.0 +gunicorn==22.0.0 psycopg2==2.9.1 \ No newline at end of file