Skip to content

Commit d1ddbe1

Browse files
authored
Merge pull request #218 from NetherlandsForensicInstitute/dependabot/pip/pillow-12.2.0
Bump pillow from 12.1.1 to 12.2.0
2 parents c382a59 + a5287d3 commit d1ddbe1

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)