Skip to content

Commit

Permalink
Update Pillow dependency to 7.1.0 and fix TBB reference (#2)
Browse files Browse the repository at this point in the history
Avoids a security issue in the previous version of Pillow, 6.2.0. Also fixed the TBB download link and checksum, as it looks like Intel renamed the TBB repository. This fixes the reference so it will build again.
  • Loading branch information
matthewsot authored Apr 2, 2020
1 parent a09e950 commit bddef8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ http_archive(
http_archive(
name = "tbb",
build_file = "tbb.BUILD",
sha256 = "7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba",
strip_prefix = "tbb-2019_U8",
urls = ["https://github.com/intel/tbb/archive/2019_U8.tar.gz"],
sha256 = "6b540118cbc79f9cbc06a35033c18156c21b84ab7b6cf56d773b168ad2b68566",
strip_prefix = "oneTBB-2019_U8",
urls = ["https://github.com/oneapi-src/oneTBB/archive/2019_U8.tar.gz"],
)

# GOOGLETEST
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage==4.5.4
cairosvg==2.4.2
pytest==5.2.0
imageio==2.5.0
Pillow==6.2.0
Pillow==7.1.0
matplotlib==3.1.1
svgwrite==1.3.1
# PyClipper dependencies.
Expand Down

0 comments on commit bddef8e

Please sign in to comment.