Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump isort from 5.11.3 to 5.13.2 in /reqs
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.11.3 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.11.3...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]>
  • Loading branch information
dependabot[bot] authored and Sinclert committed Dec 20, 2023
1 parent 5869f04 commit da711b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
language_version: python3

- repo: https://github.com/pycqa/isort
rev: 5.11.3
rev: 5.13.2
hooks:
- id: isort
name: "Imports order checker"
Expand Down
2 changes: 1 addition & 1 deletion reqs/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public packages
black==23.11.0
isort==5.11.3
isort==5.13.2
mypy==1.6.1

0 comments on commit da711b5

Please sign in to comment.