Skip to content

Commit c663ac2

Browse files
authored
Merge pull request #2306 from subzeroid/dependabot/pip/isort-6.1.0
Bump isort from 6.0.1 to 6.1.0
2 parents 02173c5 + b2ebcf3 commit c663ac2

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==11.3.0",
86-
"isort==6.0.1",
86+
"isort==6.1.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==11.3.0
3-
isort==6.0.1
3+
isort==6.1.0
44
bandit==1.8.6
55
pytest-xdist==3.8.0
66
pytest~=8.4.1

0 commit comments

Comments
 (0)