Skip to content

Commit 6c4dbdc

Browse files
build(deps): bump isort from 5.12.0 to 5.13.2
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.2. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11184ff commit 6c4dbdc

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
@@ -45,7 +45,7 @@ lint = [
4545
"pathspec==0.11.1",
4646
"platformdirs==3.5.1",
4747
"tomli==2.0.1,",
48-
"isort==5.12.0",
48+
"isort==5.13.2",
4949
"flake8==6.0.0",
5050
"mccabe==0.7.0",
5151
"pycodestyle==2.10.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ipython==8.11.0
113113
# ipywidgets
114114
ipywidgets==8.1.3
115115
# via tqdm
116-
isort==5.12.0
116+
isort==5.13.2
117117
# via baec (pyproject.toml)
118118
jedi==0.19.1
119119
# via ipython

0 commit comments

Comments
 (0)