Skip to content

Commit a5287d3

Browse files
Bump pillow from 12.1.1 to 12.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c382a59 commit a5287d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
typing-extensions~=4.15.0
22
urllib3~=2.6.3
33
appium-python-client~=5.2.4
4-
Pillow==12.1.1
4+
Pillow==12.2.0
55
pytesseract==0.3.13
66
geopy~=2.4.1
77
setuptools~=80.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
install_requires=[
1919
"urllib3~=2.6.3",
2020
"appium-python-client~=5.2.4",
21-
"Pillow==12.1.1",
21+
"Pillow==12.2.0",
2222
"pytesseract==0.3.13",
2323
"geopy~=2.4.1",
2424
"setuptools~=80.9.0",

0 commit comments

Comments
 (0)