Skip to content

Commit 306d0d9

Browse files
committed
fixed github dependabot alerts (bumping pillow from 6.0.0 to 6.2.0)
1 parent 08d4ff5 commit 306d0d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/templ/example/proj/requirements-all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ openapi-spec-validator==0.2.6
4747
pathlib==1.0.1
4848
pbr==5.1.1
4949
pep8==1.7.1
50-
Pillow==6.0.0
50+
Pillow==6.2.2
5151
pluggy==0.8.1
5252
py==1.7.0
5353
pycparser==2.19

ml/requirements-all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ openapi-spec-validator==0.2.6
4848
pathlib==1.0.1
4949
pbr==5.1.1
5050
pep8==1.7.1
51-
Pillow==6.0.0
51+
Pillow==6.2.2
5252
pluggy==0.8.1
5353
py==1.7.0
5454
pycparser==2.19

ml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kiwisolver==1.0.1
44
matplotlib==3.0.2
55
numpy==1.16.0
66
pyparsing==2.3.0
7-
Pillow==6.0.0
7+
Pillow==6.2.2
88
scipy==1.2.0
99

1010

0 commit comments

Comments
 (0)