python-telegram-bot-django-persistence
python-telegram-bot-django-persistence copied to clipboard
Bump isort from 5.10.1 to 5.12.0
Bumps isort from 5.10.1 to 5.12.0.
Release notes
Sourced from isort's releases.
5.12.0
Changes
- Fix poetry pip-shims extras dependency (#2078)
@jooola
- Add the ability to restrict which directories isort works against (#1967)
@vkomarov-r7
- docs: fix simple typo, detrmination -> determination (#1948)
@timgates42
- updated format strings to fstrings (#2076)
@marksmayo
- Simplify typeshed integration test (#2075)
@AlexWaygood
- Fix re-export sorter (#2065)
@parafoxia
- Add more docs about filter-files option (#2074)
@micahjsmith
- Removal Python 3.7 (#2064)
@staticdev
- Added test case and fix for cython pure python import (#2063)
@jtoledo1974
5.11.4
Changes
- Remove obsolete
toml
import 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)
@staticdev
5.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)
@staticdev
v5.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
... (truncated)
Changelog
Sourced from isort's changelog.
5.12.0 January 28 2023
- Removed support for Python 3.7
- Fixed incompatiblity with latest poetry version
- Added support for directory limitations within built in git hook
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)
@staticdev
5.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)
@staticdev
5.11.2 December 12 2022
- Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034)
@gschaffner
5.11.1 December 12 2022
- Hotfix #2031: only call
colorama.init
ifcolorama
is available (#2032)@tomaarsen
5.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:
black
compatibility for.pyi
files@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
... (truncated)
Commits
e44834b
Fix changelog / version to a minor bump due to the size of the change82569d9
Bump version to 5.11.5e00db96
Formatting fixe833931
Merge pull request #2078 from jooola/fix_poetry_validation0d219a6
fix: poetry pip-shims extras dependencyae0cc1c
Merge pull request #1967 from vkomarov-r7/feature/directory-hooks06d8ef5
Merge pull request #1948 from timgates42/bugfix_typo_determination0c8a8b8
Merge pull request #2076 from marksmayo/main5b63fba
Clean upa0cb1b8
Fix tmuxp test- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)