scripts: update pillow to 8.1.2
Resolves security vulnerability in previous version reported by GitHub dependabot. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8acd0f2728
commit
c48fe983de
|
@ -1,6 +1,6 @@
|
||||||
# Python dependencies for Moonraker
|
# Python dependencies for Moonraker
|
||||||
tornado==6.1.0
|
tornado==6.1.0
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
pillow==8.0.1
|
pillow==8.1.2
|
||||||
lmdb==1.1.1
|
lmdb==1.1.1
|
||||||
streaming-form-data==1.8.1
|
streaming-form-data==1.8.1
|
||||||
|
|
Loading…
Reference in New Issue