Skip to content

Commit 1c0c600

Browse files
Bump isort from 5.9.1 to 5.9.2 (#66)
* Bump isort from 5.9.1 to 5.9.2 Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.9.1...5.9.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 8824686 commit 1c0c600

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
files: ^(python_typing_update|script|tests)/.+\.py$
1313
exclude: *fixtures
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.9.1
15+
rev: 5.9.2
1616
hooks:
1717
- id: isort
1818
exclude: *fixtures

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==0.7.0
22
autoflake==1.4
3-
isort==5.9.1
3+
isort==5.9.2
44
pyupgrade==2.21.0
55
reorder-python-imports==2.5.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.9.2
2-
isort==5.9.1
2+
isort==5.9.2
33
pyupgrade==2.21.0

0 commit comments

Comments
 (0)