Skip to content

Commit 7a28455

Browse files
authored
Bump pillow version to mitigate Data Amplification attack (#32)
* Bump pillow to v9.3.0 * Append contribution to changelog
1 parent 83faa82 commit 7a28455

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This release contains contributions from (in alphabetical order):
66

7+
[Mikhail Andrenkov](https://github.com/Mandrenkov).
8+
79
## Release 0.3.4 (current release)
810

911
### Bug fixes

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m2r2
22
matplotlib==3.5.3
3-
pillow==9.1.1
3+
pillow==9.3.0
44
sphinx==4.5.0
55
sphinx-copybutton
66
sphinx-gallery==0.10.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
importlib-resources==5.9.0
2-
pillow==9.1.1
2+
pillow==9.3.0
33
sphinx==4.5.0
44
sphinx-gallery==0.10.1

0 commit comments

Comments
 (0)