Skip to content

Commit ca62ee2

Browse files
authored
Merge pull request #2358 from subzeroid/dependabot/pip/pillow-12.1.0
Bump pillow from 11.3.0 to 12.1.0
2 parents 9f78482 + e373891 commit ca62ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Repository = "https://github.com/subzeroid/instagrapi"
8282
[project.optional-dependencies]
8383
test = [
8484
"flake8==7.3.0",
85-
"Pillow==11.3.0",
85+
"Pillow==12.1.0",
8686
"isort==6.1.0",
8787
"bandit==1.8.6",
8888
"mike==2.1.3",

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==7.3.0
2-
Pillow==11.3.0
2+
Pillow==12.1.0
33
isort==6.1.0
44
bandit==1.8.6
55
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)