Skip to content

Commit d64a34c

Browse files
build(deps): bump pillow from 8.2.0 to 8.3.2 in /backend/ML
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 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@8.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c1c5c3 commit d64a34c

2 files changed

Lines changed: 108 additions & 69 deletions

File tree

backend/ML/Pipfile.lock

Lines changed: 94 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/ML/requirements.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
click==7.1.2
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
8+
-i https://pypi.python.org/simple/
9+
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
210
fastapi==0.65.1
3-
h11==0.12.0
4-
numpy==1.20.3
11+
h11==0.12.0; python_version >= '3.6'
12+
numpy==1.21.2; python_version < '3.11' and python_version >= '3.7'
513
opencv-python==4.5.2.52
6-
Pillow==8.2.0
7-
pydantic==1.8.2
14+
pillow==8.3.2
15+
pydantic==1.8.2; python_full_version >= '3.6.1'
816
pytesseract==0.3.7
917
starlette==0.14.2
10-
typing-extensions==3.10.0.0
18+
typing-extensions==3.10.0.2
1119
uvicorn==0.13.4

0 commit comments

Comments
 (0)