summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <masotoudeh@ucdavis.edu>2021-06-30 00:19:35 -0400
committerGitHub <noreply@github.com>2021-06-29 21:19:35 -0700
commit13823a28a91e589238a4fd29ab2feab003effe33 (patch)
tree5a2ebaf524e9de4d0745e4f686fd03e6c891f846
parent394ddd5b8e2cb91a405c651104f2878610714dc8 (diff)
Update pillow dependency to 8.2 (#13)
This should resolve the dependabot alert.
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4e5eba6..22f1938 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ coverage==4.5.4
cairosvg==2.5.1
pytest==5.2.0
imageio==2.5.0
-Pillow==8.1.1
+Pillow==8.2.0
matplotlib==3.1.1
svgwrite==1.3.1
# PyClipper dependencies.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback