We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02173c5 + b2ebcf3 commit c663ac2Copy full SHA for c663ac2
pyproject.toml
@@ -83,7 +83,7 @@ Repository = "https://github.com/subzeroid/instagrapi"
83
test = [
84
"flake8==7.3.0",
85
"Pillow==11.3.0",
86
- "isort==6.0.1",
+ "isort==6.1.0",
87
"bandit==1.8.6",
88
"mike==2.1.3",
89
"markdown-include==0.8.1",
requirements-test.txt
@@ -1,6 +1,6 @@
1
flake8==7.3.0
2
Pillow==11.3.0
3
-isort==6.0.1
+isort==6.1.0
4
bandit==1.8.6
5
pytest-xdist==3.8.0
6
pytest~=8.4.1
0 commit comments