Skip to content

Commit e4dd8e9

Browse files
authored
Merge pull request #2360 from subzeroid/dependabot/pip/isort-7.0.0
Bump isort from 6.1.0 to 7.0.0
2 parents 3ecfbd1 + f66401b commit e4dd8e9

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
@@ -83,7 +83,7 @@ Repository = "https://github.com/subzeroid/instagrapi"
8383
test = [
8484
"flake8==7.3.0",
8585
"Pillow==12.1.0",
86-
"isort==6.1.0",
86+
"isort==7.0.0",
8787
"bandit==1.8.6",
8888
"mike==2.1.3",
8989
"markdown-include==0.8.1",

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8==7.3.0
22
Pillow==12.1.0
3-
isort==6.1.0
3+
isort==7.0.0
44
bandit==1.8.6
55
pytest-xdist==3.8.0
66
pytest~=8.4.1

0 commit comments

Comments
 (0)