Skip to content

Commit

Permalink
chore(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0 (#280)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 30, 2022
1 parent 6e12be7 commit 01cb53b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
35 changes: 8 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ isort = { version = "^5.10.0", python = ">= 3.6.1" }
flake8 = "^4.0.1"
flake8-annotations = {version = "^2.7.0", python = ">= 3.6.2"}
flake8-bugbear = "^22.7.1"
flake8-isort = { version = "^4.1.0", python = ">= 3.6.1" }
flake8-isort = { version = "^4.1.2", python = ">= 3.6.1" }
jsonschema = { version = ">= 4.4.0", python = "> 3.6"}
lxml = ">=4.7.0"
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...
Expand Down

0 comments on commit 01cb53b

Please sign in to comment.