From 7088517dbf95e89673398de481574ecbe1842232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:40:08 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: gradio dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- ML Projects/Food-Vision/requirements.txt | 4 ++-- .../Car-Price-Prediction/requirements.txt | 2 +- .../Laptop-Price-Predictor/requirements.txt | 2 +- .../Movie-Recommender-System/requirements.txt | 20 +++++++++---------- Python Projects/Book Scraper/requirements.txt | 2 +- .../Guess the Number/requirements.txt | 2 +- Python Projects/Movie Finder/requirements.txt | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ML Projects/Food-Vision/requirements.txt b/ML Projects/Food-Vision/requirements.txt index 7dd1251a4d..376ce14f5a 100644 --- a/ML Projects/Food-Vision/requirements.txt +++ b/ML Projects/Food-Vision/requirements.txt @@ -1,3 +1,3 @@ -torch==1.12.0 +torch==1.13.1 torchvision==0.13.0 -gradio==3.1.4 +gradio==4.19.2 diff --git a/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt b/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt index e1d3aec9ec..c18e50a79f 100644 --- a/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt +++ b/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt @@ -1,3 +1,3 @@ -streamlit~=1.23.1 +streamlit~=1.34.0 xgboost pandas~=2.0.2 diff --git a/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt b/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt index 4e684d3536..745fd04b87 100644 --- a/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt +++ b/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt @@ -1,4 +1,4 @@ -streamlit==1.24.1 +streamlit==1.30.0 scikit-learn==1.2.1 xgboost==1.7.6 pandas==1.5.3 diff --git a/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt b/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt index 6c72151e78..86d7c9ef46 100644 --- a/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt +++ b/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt @@ -2,16 +2,16 @@ altair==5.0.1 attrs==23.1.0 blinker==1.6.2 cachetools==5.3.1 -certifi==2023.5.7 +certifi==2023.7.22 charset-normalizer==3.2.0 click==8.1.5 colorama==0.4.6 decorator==5.1.1 gitdb==4.0.10 -GitPython==3.1.32 -idna==3.4 +GitPython==3.1.41 +idna==3.7 importlib-metadata==6.8.0 -Jinja2==3.1.2 +Jinja2==3.1.4 jsonschema==4.18.3 jsonschema-specifications==2023.6.1 markdown-it-py==3.0.0 @@ -20,9 +20,9 @@ mdurl==0.1.2 numpy==1.25.1 packaging==23.1 pandas==1.5.3 -Pillow==9.5.0 +Pillow==10.3.0 protobuf==4.23.4 -pyarrow==12.0.1 +pyarrow==14.0.1 pydeck==0.8.1b0 Pygments==2.15.1 Pympler==1.0.1 @@ -30,20 +30,20 @@ python-dateutil==2.8.2 pytz==2023.3 pytz-deprecation-shim==0.1.0.post0 referencing==0.29.1 -requests==2.31.0 +requests==2.32.0 rich==13.4.2 rpds-py==0.8.10 six==1.16.0 smmap==5.0.0 -streamlit==1.24.1 +streamlit==1.30.0 tenacity==8.2.2 toml==0.10.2 toolz==0.12.0 -tornado==6.3.2 +tornado==6.3.3 typing_extensions==4.7.1 tzdata==2023.3 tzlocal==4.3.1 -urllib3==2.0.3 +urllib3==2.0.7 validators==0.20.0 watchdog==3.0.0 zipp==3.16.1 \ No newline at end of file diff --git a/Python Projects/Book Scraper/requirements.txt b/Python Projects/Book Scraper/requirements.txt index 5b774e9eef..188c46c2b9 100644 --- a/Python Projects/Book Scraper/requirements.txt +++ b/Python Projects/Book Scraper/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.11.1 emoji==1.6.3 pyfiglet==0.8.post1 -Requests==2.31.0 +Requests==2.32.0 diff --git a/Python Projects/Guess the Number/requirements.txt b/Python Projects/Guess the Number/requirements.txt index 83f2939e82..4b70123b85 100644 --- a/Python Projects/Guess the Number/requirements.txt +++ b/Python Projects/Guess the Number/requirements.txt @@ -1 +1 @@ -Flask==2.1.3 +Flask==2.2.5 diff --git a/Python Projects/Movie Finder/requirements.txt b/Python Projects/Movie Finder/requirements.txt index db7cb9d4da..2f17859575 100644 --- a/Python Projects/Movie Finder/requirements.txt +++ b/Python Projects/Movie Finder/requirements.txt @@ -1,2 +1,2 @@ -Requests==2.31.0 -streamlit==1.25.0 +Requests==2.32.0 +streamlit==1.30.0