Skip to content

Commit de74d21

Browse files
Bump pillow from 7.1.2 to 8.3.2
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@7.1.2...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c2d67a commit de74d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
packages=find_packages(),
1010
scripts=["cv_parser"],
1111
install_requires=[
12-
"pyyaml==5.3.1", "jinja2==2.11.2", "fpdf==1.7.2", "pillow==7.1.1"
12+
"pyyaml==5.3.1", "jinja2==2.11.2", "fpdf==1.7.2", "pillow==8.3.2"
1313
],
1414
package_data={
1515
"example": ["*.yml", "*.jpg"],

0 commit comments

Comments
 (0)