Update dependency isort to v5.12.0 (#5)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [isort](https://pycqa.github.io/isort/) ([source](https://github.com/pycqa/isort), [changelog](https://github.com/pycqa/isort/blob/main/CHANGELOG.md)) | dev-dependencies | minor | `5.11.4` -> `5.12.0` |

---

### Release Notes

<details>
<summary>pycqa/isort</summary>

### [`v5.12.0`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#&#8203;5120-January-28-2023)

[Compare Source](https://github.com/pycqa/isort/compare/5.11.5...5.12.0)

-   Removed support for Python 3.7
    -   Fixed incompatiblity with latest poetry version
    -   Added support for directory limitations within built in git hook

### [`v5.11.5`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#&#8203;5115-January-30-2023-hotfix)

[Compare Source](https://github.com/pycqa/isort/compare/5.11.4...5.11.5)

-   Fixed incompatiblity with latest poetry version

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

Co-authored-by: Renovate Bot <renovate@localhost.localdomain>
Reviewed-on: #5
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2023-04-27 16:00:20 +02:00 committed by JayPiKay
parent c419499d42
commit a03f934b46
1 changed files with 11 additions and 11 deletions

22
poetry.lock generated
View File

@ -84,19 +84,19 @@ license = ["ukkonen"]
[[package]]
name = "isort"
version = "5.11.4"
version = "5.12.0"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.7.0"
python-versions = ">=3.8.0"
files = [
{file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"},
{file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"},
{file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"},
{file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"},
]
[package.extras]
colors = ["colorama (>=0.4.3,<0.5.0)"]
pipfile-deprecated-finder = ["pipreqs", "requirementslib"]
colors = ["colorama (>=0.4.3)"]
pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"]
plugins = ["setuptools"]
requirements-deprecated-finder = ["pip-api", "pipreqs"]
@ -213,14 +213,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-
[[package]]
name = "pre-commit"
version = "2.21.0"
version = "3.2.2"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
{file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
{file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
{file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
]
[package.dependencies]
@ -321,4 +321,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "30b9fc76173135ca6f2bfdb30e94d5f4a89a174dce1e6d691cb6492913036064"
content-hash = "27ba4004b058fe8e4cb646aa8cadff8cf76866fdd73b2ae1153c48172688b514"