From f99128861d39a12fd15afea6911c033897eafc66 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 10:12:45 +0000 Subject: [PATCH 1/9] Add .whitesource configuration file --- .whitesource | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 000000000..25c829953 --- /dev/null +++ b/.whitesource @@ -0,0 +1,21 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "", + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + }, + "remediateSettings": { + "workflowRules": { + "enabled": true + } + } +} \ No newline at end of file From 3b4596b468917d0b1004eaeb4b0d3e9272db15f4 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Sun, 13 Feb 2022 10:30:10 +0000 Subject: [PATCH 2/9] Update dependency Pillow to v9 --- projects/Instagram_profile/requirements.txt | 2 +- projects/Speed_Game/requirements.txt | 2 +- projects/Wikipedia_search_wordcloud/requirements.txt | 2 +- projects/convert_png_images_to_ico_format/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/Instagram_profile/requirements.txt b/projects/Instagram_profile/requirements.txt index 37b743900..feecd0580 100644 --- a/projects/Instagram_profile/requirements.txt +++ b/projects/Instagram_profile/requirements.txt @@ -16,7 +16,7 @@ lxml==4.6.3 msgpack==0.6.2 packaging==20.3 pep517==0.8.2 -Pillow==8.3.2 +Pillow==9.0.0 progress==1.5 pyparsing==2.4.6 pytoml==0.1.21 diff --git a/projects/Speed_Game/requirements.txt b/projects/Speed_Game/requirements.txt index 7bef0f86f..9d0389320 100644 --- a/projects/Speed_Game/requirements.txt +++ b/projects/Speed_Game/requirements.txt @@ -2,7 +2,7 @@ et-xmlfile==1.1.0 numpy==1.21.4 openpyxl==3.0.9 pandas==1.3.4 -Pillow==8.4.0 +Pillow==9.0.0 python-dateutil==2.8.2 pytz==2021.3 six==1.16.0 diff --git a/projects/Wikipedia_search_wordcloud/requirements.txt b/projects/Wikipedia_search_wordcloud/requirements.txt index 9d9947328..304132f85 100644 --- a/projects/Wikipedia_search_wordcloud/requirements.txt +++ b/projects/Wikipedia_search_wordcloud/requirements.txt @@ -6,7 +6,7 @@ idna==2.10 kiwisolver==1.2.0 matplotlib==3.3.1 numpy==1.19.1 -Pillow==7.2.0 +Pillow==9.0.0 pyparsing==2.4.7 python-dateutil==2.8.1 requests==2.24.0 diff --git a/projects/convert_png_images_to_ico_format/requirements.txt b/projects/convert_png_images_to_ico_format/requirements.txt index 692a5fe58..e833b7021 100644 --- a/projects/convert_png_images_to_ico_format/requirements.txt +++ b/projects/convert_png_images_to_ico_format/requirements.txt @@ -1 +1 @@ -Pillow==7.2.0 \ No newline at end of file +Pillow==9.0.0 \ No newline at end of file From cc7b89767b65217bf24dac0ce05c1dc5b2adffba Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Sun, 20 Feb 2022 18:40:24 +0000 Subject: [PATCH 3/9] Update dependency tensorflow to v2.6.0 --- projects/Web_page_summation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Web_page_summation/requirements.txt b/projects/Web_page_summation/requirements.txt index 4b120fd45..07c2990d6 100644 --- a/projects/Web_page_summation/requirements.txt +++ b/projects/Web_page_summation/requirements.txt @@ -1,6 +1,6 @@ utils==1.0.1 sumeval==0.2.2 -tensorflow==2.3.0 +tensorflow==2.6.0 wget==3.2 sumy==0.8.1 model==0.6.0 From 87b4f9097bc957cff01f013c28fe038f30770502 Mon Sep 17 00:00:00 2001 From: NirShaharabani <99120770+NirShaharabani@users.noreply.github.com> Date: Sun, 27 Feb 2022 15:57:08 +0200 Subject: [PATCH 4/9] Update requirementsALL.txt --- requirementsALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirementsALL.txt b/requirementsALL.txt index e1238a78d..5ad20cfa1 100644 --- a/requirementsALL.txt +++ b/requirementsALL.txt @@ -14,12 +14,12 @@ chardet==3.0.4 chromedriver-binary==85.0.4183.38.0 click==7.1.2 cycler==0.10.0 -dnspython==2.0.0 +dnspython==1.0.0 emoji==0.6.0 ffmpeg==1.4 -ffpyplayer==4.3.1 +ffpyplayer==4.1.1 gTTS==2.1.1 -gensim==3.8.3 +gensim==3.7.3 geopy==2.0.0 googletrans==3.0.0 idna==2.10 From cbd6630c48845e5b92dcd5c50fbbda6b34db4cec Mon Sep 17 00:00:00 2001 From: NirShaharabani <99120770+NirShaharabani@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:44:39 +0300 Subject: [PATCH 5/9] Update .whitesource --- .whitesource | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.whitesource b/.whitesource index 25c829953..3450c1f48 100644 --- a/.whitesource +++ b/.whitesource @@ -13,9 +13,13 @@ "minSeverityLevel": "LOW", "issueType": "DEPENDENCY" }, + "remediateSettings": { + "enableRenovate": true, + "extends": ["github>mend/merge-confidence:beta"] + }, "remediateSettings": { "workflowRules": { "enabled": true } } -} \ No newline at end of file +} From c8acfa49350f06669739add5385eaab0f66ed203 Mon Sep 17 00:00:00 2001 From: NirShaharabani <99120770+NirShaharabani@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:47:15 +0300 Subject: [PATCH 6/9] Update .whitesource --- .whitesource | 1 - 1 file changed, 1 deletion(-) diff --git a/.whitesource b/.whitesource index 3450c1f48..97a2186b8 100644 --- a/.whitesource +++ b/.whitesource @@ -21,5 +21,4 @@ "workflowRules": { "enabled": true } - } } From 9ece44b076cf8c54a89471bb46608715f28848fc Mon Sep 17 00:00:00 2001 From: NirShaharabani <99120770+NirShaharabani@users.noreply.github.com> Date: Sun, 17 Jul 2022 11:46:13 +0300 Subject: [PATCH 7/9] Update .whitesource --- .whitesource | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.whitesource b/.whitesource index 97a2186b8..ceb0af75c 100644 --- a/.whitesource +++ b/.whitesource @@ -11,14 +11,12 @@ }, "issueSettings": { "minSeverityLevel": "LOW", - "issueType": "DEPENDENCY" - }, - "remediateSettings": { - "enableRenovate": true, - "extends": ["github>mend/merge-confidence:beta"] + "issueType": "DEPENDENCY" }, "remediateSettings": { "workflowRules": { "enabled": true - } + }, + "enableRenovate": true, + "extends": ["github>mend/merge-confidence:beta"] } From aeb5e6b3cab40a121bed098f0cd757ec25cc1949 Mon Sep 17 00:00:00 2001 From: NirShaharabani <99120770+NirShaharabani@users.noreply.github.com> Date: Sun, 17 Jul 2022 11:51:22 +0300 Subject: [PATCH 8/9] Update .whitesource --- .whitesource | 1 + 1 file changed, 1 insertion(+) diff --git a/.whitesource b/.whitesource index ceb0af75c..05e4f1ee3 100644 --- a/.whitesource +++ b/.whitesource @@ -19,4 +19,5 @@ }, "enableRenovate": true, "extends": ["github>mend/merge-confidence:beta"] + } } From b8a45a6f4d250c33b3b86ec9887ebc88cf7dae06 Mon Sep 17 00:00:00 2001 From: NirShar <99120770+NirShaharabani@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:54:16 +0300 Subject: [PATCH 9/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 238369a94..f917b767c 100644 --- a/README.md +++ b/README.md @@ -198,3 +198,4 @@ SR No | Project | Author 101 | [Whatsapp Bot](https://github.com/Python-World/python-mini-projects/tree/master/projects/whatsapp_Bot)| [urmil89](https://github.com/urmil89) 102 | [Zip Bruter](https://github.com/Python-World/python-mini-projects/tree/master/projects/Zip_Bruter) | [Erdoğan YOKSUL](https://www.github.com/eredotpkfr) 103 | [CountDown Timer](https://github.com/Python-World/python-mini-projects/tree/master/projects/Countdown_timer) | [Japneet Kalra](https://github.com/japneetsingh035) +