Update dependency isort to v5.13.0 #106

Merged
renovate[bot] merged 1 commits from renovate/isort-5.x into main 2023-12-10 15:46:50 +01:00
renovate[bot] commented 2023-12-09 15:02:26 +01:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
isort (source, changelog) ==5.12.0 -> ==5.13.0 age adoption passing confidence

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [isort](https://pycqa.github.io/isort/) ([source](https://togithub.com/pycqa/isort), [changelog](https://togithub.com/pycqa/isort/blob/main/CHANGELOG.md)) | `==5.12.0` -> `==5.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.12.0/5.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.12.0/5.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pycqa/isort (isort)</summary> ### [`v5.13.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023) [Compare Source](https://togithub.com/pycqa/isort/compare/5.12.0...5.13.0) - Cleanup deprecated extras ([#&#8203;2089](https://togithub.com/pycqa/isort/issues/2089)) [@&#8203;staticdev](https://togithub.com/staticdev) - Fixed [#&#8203;1989](https://togithub.com/pycqa/isort/issues/1989): settings lookup when working in stream based mode - Fixed 80 line length for wemake linter ([#&#8203;2183](https://togithub.com/pycqa/isort/issues/2183)) [@&#8203;skatromb](https://togithub.com/skatromb) - Add support for Python 3.12 ([#&#8203;2175](https://togithub.com/pycqa/isort/issues/2175)) [@&#8203;hugovk](https://togithub.com/hugovk) - Fixed: add newest version to pre-commit docs ([#&#8203;2190](https://togithub.com/pycqa/isort/issues/2190)) [@&#8203;AzulGarza](https://togithub.com/AzulGarza) - Fixed assertions in test_git_hook ([#&#8203;2196](https://togithub.com/pycqa/isort/issues/2196)) [@&#8203;mgorny](https://togithub.com/mgorny) - Removed check for include_trailing_comma for the Hanging Indent wrap mode ([#&#8203;2192](https://togithub.com/pycqa/isort/issues/2192)) [@&#8203;bp72](https://togithub.com/bp72) - Use the standard library tomllib on sufficiently new python ([#&#8203;2202](https://togithub.com/pycqa/isort/issues/2202)) [@&#8203;eli-schwartz](https://togithub.com/eli-schwartz) - Update pre-commit.md version number ([#&#8203;2197](https://togithub.com/pycqa/isort/issues/2197)) [@&#8203;nicobako](https://togithub.com/nicobako) - doc: Update black_compatibility.md ([#&#8203;2177](https://togithub.com/pycqa/isort/issues/2177)) [@&#8203;JSS95](https://togithub.com/JSS95) - Fixed safety sept 2023 ([#&#8203;2178](https://togithub.com/pycqa/isort/issues/2178)) [@&#8203;staticdev](https://togithub.com/staticdev) - docs: fix black profile documentation ([#&#8203;2163](https://togithub.com/pycqa/isort/issues/2163)) [@&#8203;nijel](https://togithub.com/nijel) - Fixed typo: indended -> indented ([#&#8203;2161](https://togithub.com/pycqa/isort/issues/2161)) [@&#8203;vadimkerr](https://togithub.com/vadimkerr) - Docs(configuration/options.md): fix missing trailing spaces for hard linebreak ([#&#8203;2157](https://togithub.com/pycqa/isort/issues/2157)) [@&#8203;JoeyTeng](https://togithub.com/JoeyTeng) - Update pre-commit.md ([#&#8203;2148](https://togithub.com/pycqa/isort/issues/2148)) [@&#8203;godiard](https://togithub.com/godiard) - chore: move configurations to pyproject.toml ([#&#8203;2115](https://togithub.com/pycqa/isort/issues/2115)) [@&#8203;SauravMaheshkar](https://togithub.com/SauravMaheshkar) - Fixed typo in README ([#&#8203;2112](https://togithub.com/pycqa/isort/issues/2112)) [@&#8203;stefmolin](https://togithub.com/stefmolin) - Update version in pre-commit setup to avoid installation issue with poetry ([#&#8203;2103](https://togithub.com/pycqa/isort/issues/2103)) [@&#8203;stefmolin](https://togithub.com/stefmolin) - Skip .pytype directory by default. ([#&#8203;2098](https://togithub.com/pycqa/isort/issues/2098)) [@&#8203;manueljacob](https://togithub.com/manueljacob) - Fixed a tip block styling in the Config Files section ([#&#8203;2097](https://togithub.com/pycqa/isort/issues/2097)) [@&#8203;Klavionik](https://togithub.com/Klavionik) - Do not cache configuration files ([#&#8203;1995](https://togithub.com/pycqa/isort/issues/1995)) [@&#8203;kaste](https://togithub.com/kaste) - Derive settings_path from --filename ([#&#8203;1992](https://togithub.com/pycqa/isort/issues/1992)) [@&#8203;kaste](https://togithub.com/kaste) - Fixed year of version 5.12.0 in CHANGELOG.md ([#&#8203;2082](https://togithub.com/pycqa/isort/issues/2082)) [@&#8203;DjLegolas](https://togithub.com/DjLegolas) </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 is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/luketainton/webexmemebot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
luketainton (Migrated from github.com) reviewed 2023-12-09 15:02:26 +01:00
sonarqubecloud[bot] commented 2023-12-10 15:45:39 +01:00 (Migrated from github.com)

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=106) [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=BUG) [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=106&resolved=false&types=CODE_SMELL) [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=106) No Coverage information [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=106&metric=duplicated_lines_density&view=list) No Duplication information
Sign in to join this conversation.
No description provided.