Skip to content

Commit 62b30b1

Browse files
author
TJ
committed
Update Pillow version due to security vulnerability.
1 parent 77857b9 commit 62b30b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ pip install DSBplot
2828

2929
The tested Python version is 3.11.0. The dependencies are:
3030

31-
* kaleido: Tested version 0.1.0.post1. If using Windows OS the version *must* be 0.1.0.post1, please see [here](https://github.com/plotly/Kaleido/issues/134). This dependency is *optional* and is only needed if you want to save graph to non-HTML image formats (e.g., PNG or SVG). If you do not need this functionality, you may omit this dependency.
31+
* kaleido: Tested version 0.1.0.post1. If using Windows OS the version *must* be 0.1.0.post1; please see [here](https://github.com/plotly/Kaleido/issues/134). This dependency is *optional* and is only needed if you want to write variation-distance graphs to non-HTML image formats (e.g., PNG or SVG). If you do not need this functionality, you may omit this dependency.
3232
* Levenshtein: Tested version 0.21.0. Required.
3333
* matplotlib. Tested version 3.7.1. Required.
3434
* networkx. Tested version 3.1. Required.
3535
* numpy. Tested version 1.24.3. Required.
3636
* pandas. Tested version 2.0.1. Required.
37-
* Pillow. Tested version 9.5.0. Required.
37+
* Pillow. Tested version 10.1.0. Required.
3838
* plotly. Tested version 5.14.1. Required.
3939
* scikit-learn. Tested version 1.2.2. Required.
4040

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ networkx==3.1
1111
numpy==1.24.3
1212
packaging==23.1
1313
pandas==2.0.1
14-
Pillow==9.5.0
14+
Pillow==10.1.0
1515
plotly==5.14.1
1616
pyparsing==3.0.9
1717
python-dateutil==2.8.2

0 commit comments

Comments
 (0)