Skip to content

Commit 01cb53b

Browse files
chore(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0 (#280)
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 4.1.1 to 4.1.2.post0. - [Release notes](https://github.com/gforcada/flake8-isort/releases) - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](gforcada/flake8-isort@4.1.1...4.1.2.post0) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e12be7 commit 01cb53b

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

poetry.lock

Lines changed: 8 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ isort = { version = "^5.10.0", python = ">= 3.6.1" }
5858
flake8 = "^4.0.1"
5959
flake8-annotations = {version = "^2.7.0", python = ">= 3.6.2"}
6060
flake8-bugbear = "^22.7.1"
61-
flake8-isort = { version = "^4.1.0", python = ">= 3.6.1" }
61+
flake8-isort = { version = "^4.1.2", python = ">= 3.6.1" }
6262
jsonschema = { version = ">= 4.4.0", python = "> 3.6"}
6363
lxml = ">=4.7.0"
6464
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...

0 commit comments

Comments
 (0)