Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Nir Test #582

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
23 changes: 23 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
},
"remediateSettings": {
"workflowRules": {
"enabled": true
},
"enableRenovate": true,
"extends": ["github>mend/merge-confidence:beta"]
}
}
2 changes: 1 addition & 1 deletion projects/Instagram_profile/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/Speed_Game/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion projects/Web_page_summation/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/Wikipedia_search_wordcloud/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/convert_png_images_to_ico_format/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Pillow==7.2.0
Pillow==9.0.0
6 changes: 3 additions & 3 deletions requirementsALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down