scratchdir
scratchdir copied to clipboard
Bump isort from 5.6.4 to 5.11.4
Bumps isort from 5.6.4 to 5.11.4.
Release notes
Sourced from isort's releases.
5.11.4
Changes
- Remove obsolete
tomlimport from the test suite (#1978)@mgorny- Stop installing documentation files to top-level site-packages (#2057)
@mgorny- Only run release workflows for upstream (#2052)
@hugovk:package: Dependencies
- Bump Poetry 1.3.1 (#2058)
@staticdev5.11.3
Changes
- Renable portray (#2043)
@timothycrosley- chore(ci): add minimum GitHub token permissions for workflows (#1969)
@varunsh-coder:beetle: Fixes
- Fix packaging pypoetry (#2042)
@staticdev- Fix settings for py3.11 (#2040)
@staticdev:construction_worker: Continuous Integration
- General CI improvements (#2041)
@staticdev- Add release workflow (#2026)
@staticdevv5.11.3
Changes
- Renable portray (#2043)
@timothycrosley- chore(ci): add minimum GitHub token permissions for workflows (#1969)
@varunsh-coder:beetle: Fixes
- Fix packaging pypoetry (#2042)
@staticdev- Fix settings for py3.11 (#2040)
@staticdev:construction_worker: Continuous Integration
- General CI improvements (#2041)
@staticdev- Add release workflow (#2026)
@staticdev5.11.2
Changes
5.11.1
Changes December 12 2022
... (truncated)
Changelog
Sourced from isort's changelog.
5.11.4 December 21 2022
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057)
@mgorny- CI: only run release workflows for upstream (#2052)
@hugovk- Tests: remove obsolete toml import from the test suite (#1978)
@mgorny- CI: bump Poetry 1.3.1 (#2058)
@staticdev5.11.3 December 16 2022
- Fixed #2007: settings for py3.11 (#2040)
@staticdev- Fixed #2038: packaging pypoetry (#2042)
@staticdev- Docs: renable portray (#2043)
@timothycrosley- Ci: add minimum GitHub token permissions for workflows (#1969)
@varunsh-coder- Ci: general CI improvements (#2041)
@staticdev- Ci: add release workflow (#2026)
@staticdev5.11.2 December 12 2022
- Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034)
@gschaffner5.11.1 December 12 2022
- Hotfix #2031: only call
colorama.initifcoloramais available (#2032)@tomaarsen5.11.0 December 12 2022
- Added official support for Python 3.11 (#1996, #2008, #2011)
@staticdev- Dropped support for Python 3.6 (#2019)
@barrelful- Fixed problematic tests (#2021, #2022)
@staticdev- Fixed #1960: Rich compatibility (#1961)
@ofek- Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues
@staticdev- Fixed Pyodide CDN URL (#1991)
@andersk- Docs: clarify description of use_parentheses (#1941)
@mgedmin- Fixed #1976:
blackcompatibility for.pyifiles@XuehaiPan- Implemented #1683: magic trailing comma option (#1876)
@legau- Add missing space in unrecoverable exception message (#1933)
@andersk- Fixed #1895: skip-gitignore: use allow list, not deny list
@bmalehorn- Fixed #1917: infinite loop for unmatched parenthesis (#1919)
@anirudnits- Docs: shared profiles (#1896)
@matthewhughes934- Fixed build-backend values in the example plugins (#1892)
@mgorny- Remove reference to jamescurtin/isort-action (#1885)
@AndrewLane- Split long cython import lines (#1931)
@davidcollins001- Update plone profile: copy of
black, plus three settings. (#1926)@mauritsvanrees- Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863)
@parafoxia- Fixed #1854:
lines_before_importsappending lines after comments (#1861)@legau- Remove redundant
multi_line_output = 3from "Compatibility with black" (#1858)@jdufresne- Add tox config example (#1856)
@umonaca- Docs: add examples for frozenset and tuple settings (#1822)
@sgaist- Docs: add multiple config documentation (#1850)
@anirudnits
... (truncated)
Commits
98390f5Merge pull request #2059 from PyCQA/version/5.11.4df69a05Bump version 5.11.4f9add58Merge pull request #2058 from PyCQA/deps/poetry-1.3.136caa91Bump Poetry 1.3.13c2e2d0Merge pull request #1978 from mgorny/toml-test45d6abdRemove obsoletetomlimport from the test suite3020e0bMerge pull request #2057 from mgorny/poetry-installa6fdbfdStop installing documentation files to top-level site-packagesff306f8Fix tag template to match old standard227c4aeMerge pull request #2052 from hugovk/main- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: type: maintenance.