Skip to content

Commit

Permalink
Bump isort from 5.11.4 to 5.11.5
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.11.5.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.11.4...5.11.5)

---
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] committed Feb 1, 2023
1 parent 5a4eee2 commit 4a85fb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -29,7 +29,7 @@ pytest-timeout = "^2.0.1"
flake8 = "^5.0.4"
tkinter-stubs = { url = "https://github.com/insolor/tkinter-stubs/releases/download/0.1.0/tkinter_stubs-0.1.0-py3-none-any.whl" }
black = "^22.12.0"
isort = "^5.11.4"
isort = "^5.11.5"

[tool.poetry.extras]
examples = ["httpx", "Pillow"]
Expand Down

0 comments on commit 4a85fb2

Please sign in to comment.