We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ecfbd1 + f66401b commit e4dd8e9Copy full SHA for e4dd8e9
pyproject.toml
@@ -83,7 +83,7 @@ Repository = "https://github.com/subzeroid/instagrapi"
83
test = [
84
"flake8==7.3.0",
85
"Pillow==12.1.0",
86
- "isort==6.1.0",
+ "isort==7.0.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==12.1.0
3
-isort==6.1.0
+isort==7.0.0
4
bandit==1.8.6
5
pytest-xdist==3.8.0
6
pytest~=8.4.1
0 commit comments