Skip to content

Commit

Permalink
Bump isort from 5.13.1 to 5.13.2
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.13.1 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.13.1...5.13.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 372a04d commit 053cc54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==23.11.0
# via -r dev_requirements/requirements-formatting.in
click==8.1.7
# via black
isort==5.13.1
isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
mypy-extensions==1.0.0
# via black
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via pylint
dill==0.3.7
# via pylint
isort==5.13.1
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.4
# via email-validator
inflect==5.6.2
# via datamodel-code-generator
isort==5.13.1
isort==5.13.2
# via datamodel-code-generator
jinja2==3.1.2
# via datamodel-code-generator
Expand Down

0 comments on commit 053cc54

Please sign in to comment.