We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f78482 + e373891 commit ca62ee2Copy full SHA for ca62ee2
pyproject.toml
@@ -82,7 +82,7 @@ Repository = "https://github.com/subzeroid/instagrapi"
82
[project.optional-dependencies]
83
test = [
84
"flake8==7.3.0",
85
- "Pillow==11.3.0",
+ "Pillow==12.1.0",
86
"isort==6.1.0",
87
"bandit==1.8.6",
88
"mike==2.1.3",
requirements-test.txt
@@ -1,5 +1,5 @@
1
flake8==7.3.0
2
-Pillow==11.3.0
+Pillow==12.1.0
3
isort==6.1.0
4
bandit==1.8.6
5
pytest-xdist==3.8.0
0 commit comments