Browse Source

Bump pillow from 7.1.2 to 9.0.1

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/7.1.2...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pillow-9.0.1
dependabot[bot] GitHub 3 years ago
parent
commit
a439363a73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      hyperlpr_py3/requirements.txt
  2. +1
    -1
      requirements.txt

+ 1
- 1
hyperlpr_py3/requirements.txt View File

@@ -31,7 +31,7 @@ networkx==2.4
numpy==1.17.4 numpy==1.17.4
opencv-contrib-python==3.4.2.16 opencv-contrib-python==3.4.2.16
opencv-python==3.4.2.16 opencv-python==3.4.2.16
Pillow==7.0.0
Pillow==9.0.1
protobuf==3.11.3 protobuf==3.11.3
pyparsing==2.4.6 pyparsing==2.4.6
python-dateutil==2.8.1 python-dateutil==2.8.1


+ 1
- 1
requirements.txt View File

@@ -5,7 +5,7 @@ Keras==2.3.1
Werkzeug==0.14.1 Werkzeug==0.14.1
scipy==1.2.2 scipy==1.2.2
Flask==1.1.2 Flask==1.1.2
Pillow==7.1.2
Pillow==9.0.1
PyQt5==5.15.0 PyQt5==5.15.0
scikit_learn==0.23.1 scikit_learn==0.23.1
wxpy==0.3.9.8 wxpy==0.3.9.8

Loading…
Cancel
Save