Skip to content

Commit 9d71dcb

Browse files
Bump isort from 5.10.1 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 5.10.1 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.10.1...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5149d9a commit 9d71dcb

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
@@ -29,7 +29,7 @@ dependencies = [
2929
[project.optional-dependencies]
3030
dev = [
3131
"black==22.3.0",
32-
"isort==5.10.1",
32+
"isort==6.0.1",
3333
]
3434

3535
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.8.1
22
prometheus-client==0.14.1
33
black==22.3.0
4-
isort==5.10.1
4+
isort==6.0.1
55
cchardet==2.1.7
66
aiodns==3.0.0

0 commit comments

Comments
 (0)