Update dependency isort to v5.13.0 #38

Merged
Renovate merged 1 commits from renovate/isort-5.x into main 2023-12-09 17:09:55 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
isort (source, changelog) minor ==5.12.0 -> ==5.13.0

Release Notes

pycqa/isort (isort)

v5.13.0

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [isort](https://pycqa.github.io/isort/) ([source](https://github.com/pycqa/isort), [changelog](https://github.com/pycqa/isort/blob/main/CHANGELOG.md)) | minor | `==5.12.0` -> `==5.13.0` | --- ### Release Notes <details> <summary>pycqa/isort (isort)</summary> ### [`v5.13.0`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023) [Compare Source](https://github.com/pycqa/isort/compare/5.12.0...5.13.0) - Cleanup deprecated extras ([#&#8203;2089](https://github.com/pycqa/isort/issues/2089)) [@&#8203;staticdev](https://github.com/staticdev) - Fixed [#&#8203;1989](https://github.com/pycqa/isort/issues/1989): settings lookup when working in stream based mode - Fixed 80 line length for wemake linter ([#&#8203;2183](https://github.com/pycqa/isort/issues/2183)) [@&#8203;skatromb](https://github.com/skatromb) - Add support for Python 3.12 ([#&#8203;2175](https://github.com/pycqa/isort/issues/2175)) [@&#8203;hugovk](https://github.com/hugovk) - Fixed: add newest version to pre-commit docs ([#&#8203;2190](https://github.com/pycqa/isort/issues/2190)) [@&#8203;AzulGarza](https://github.com/AzulGarza) - Fixed assertions in test_git_hook ([#&#8203;2196](https://github.com/pycqa/isort/issues/2196)) [@&#8203;mgorny](https://github.com/mgorny) - Removed check for include_trailing_comma for the Hanging Indent wrap mode ([#&#8203;2192](https://github.com/pycqa/isort/issues/2192)) [@&#8203;bp72](https://github.com/bp72) - Use the standard library tomllib on sufficiently new python ([#&#8203;2202](https://github.com/pycqa/isort/issues/2202)) [@&#8203;eli-schwartz](https://github.com/eli-schwartz) - Update pre-commit.md version number ([#&#8203;2197](https://github.com/pycqa/isort/issues/2197)) [@&#8203;nicobako](https://github.com/nicobako) - doc: Update black_compatibility.md ([#&#8203;2177](https://github.com/pycqa/isort/issues/2177)) [@&#8203;JSS95](https://github.com/JSS95) - Fixed safety sept 2023 ([#&#8203;2178](https://github.com/pycqa/isort/issues/2178)) [@&#8203;staticdev](https://github.com/staticdev) - docs: fix black profile documentation ([#&#8203;2163](https://github.com/pycqa/isort/issues/2163)) [@&#8203;nijel](https://github.com/nijel) - Fixed typo: indended -> indented ([#&#8203;2161](https://github.com/pycqa/isort/issues/2161)) [@&#8203;vadimkerr](https://github.com/vadimkerr) - Docs(configuration/options.md): fix missing trailing spaces for hard linebreak ([#&#8203;2157](https://github.com/pycqa/isort/issues/2157)) [@&#8203;JoeyTeng](https://github.com/JoeyTeng) - Update pre-commit.md ([#&#8203;2148](https://github.com/pycqa/isort/issues/2148)) [@&#8203;godiard](https://github.com/godiard) - chore: move configurations to pyproject.toml ([#&#8203;2115](https://github.com/pycqa/isort/issues/2115)) [@&#8203;SauravMaheshkar](https://github.com/SauravMaheshkar) - Fixed typo in README ([#&#8203;2112](https://github.com/pycqa/isort/issues/2112)) [@&#8203;stefmolin](https://github.com/stefmolin) - Update version in pre-commit setup to avoid installation issue with poetry ([#&#8203;2103](https://github.com/pycqa/isort/issues/2103)) [@&#8203;stefmolin](https://github.com/stefmolin) - Skip .pytype directory by default. ([#&#8203;2098](https://github.com/pycqa/isort/issues/2098)) [@&#8203;manueljacob](https://github.com/manueljacob) - Fixed a tip block styling in the Config Files section ([#&#8203;2097](https://github.com/pycqa/isort/issues/2097)) [@&#8203;Klavionik](https://github.com/Klavionik) - Do not cache configuration files ([#&#8203;1995](https://github.com/pycqa/isort/issues/1995)) [@&#8203;kaste](https://github.com/kaste) - Derive settings_path from --filename ([#&#8203;1992](https://github.com/pycqa/isort/issues/1992)) [@&#8203;kaste](https://github.com/kaste) - Fixed year of version 5.12.0 in CHANGELOG.md ([#&#8203;2082](https://github.com/pycqa/isort/issues/2082)) [@&#8203;DjLegolas](https://github.com/DjLegolas) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Renovate added 1 commit 2023-12-09 16:05:35 +02:00
Update dependency isort to v5.13.0
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m14s
Tests / test (3.11) (pull_request) Successful in 1m9s
Tests / test (3.8) (pull_request) Successful in 1m8s
Tests / test (3.9) (pull_request) Successful in 1m7s
Tests / test (3.10) (push) Successful in 1m11s
Tests / test (3.11) (push) Successful in 1m10s
Tests / test (3.8) (push) Successful in 1m5s
Tests / test (3.9) (push) Successful in 1m8s
df09a21aee
Renovate scheduled this pull request to auto merge when all checks succeed 2023-12-09 16:05:36 +02:00
Renovate merged commit df09a21aee into main 2023-12-09 17:09:55 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: profitroll/LibBotUniversal#38
No description provided.