starlette-authlib
starlette-authlib copied to clipboard
Update dependency isort to v7
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| isort (changelog) | ^5.11.5 -> ^7.0.0 |
Release Notes
PyCQA/isort (isort)
v7.0.0
Changes
:boom: Breaking Changes
- Drop support for Python 3.9 (#2430) @DanielNoord
:rocket: Features
- Show absolute paths in skipped file messages (#2416) @pranlawate
:beetle: Fixes
- Some fixes for Python 3.14 (#2433) @DanielNoord
- Test on
3.14and fix any bugs (#2425) @DanielNoord - Update CHANGELOG.md + Fix Formatting and Grammar (#2419) @lukbrew25
- Fix output of hanging indent for long lines with noqa (#2407) @matan1008
:construction_worker: Continuous Integration
- Format with
ruffinstead ofblack(#2432) @DanielNoord - Target 3.10 for
ruff(#2431) @DanielNoord - Update development dependencies to latest version (#2426) @DanielNoord
- docs: update pre-commit examples to version 6.1.0 (#2413) @pranlawate
- Small cleanup for developer environment (#2418) @DanielNoord
:package: Dependencies
- Bump actions/setup-python from 5 to 6 in the github-actions group (#2411) @dependabot[bot]
v6.1.0
- Add python 3.14 classifier and badge (#2409) @staticdev
- Drop use of non-standard pkg_resources API (#2405) @dvarrazzo
v6.0.1
- Add OSError handling in find_imports_in_file (#2331) @kobarity
v6.0.0
- Remove support for Python 3.8 (#2327) @DanielNoord
- Python 3.13 support (#2306) @mayty
- Speed up exists_case_sensitive calls (#2264) @correctmost
- Ensure that split_on_trailing_comma works with as imports (#2340) @DanielNoord
- Black profile: enable magic comma (#2236) @MrMino
- Update line_length and single_line_exclusions in google profile (#2149) @jagapiou
- Allow --diff to be used with --jobs (#2302) @mnakama
- Fix wemake profile to have correct character limit (#2241) @sobolevn
- Fix sort_reexports code mangling (#2283) @Helveg
- Fix correct group by package tokenization (#2136) @glasnt
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: poetry.lock
Updating dependencies
Resolving dependencies...
The current project's supported Python range (>=3.8,<4.0) is not compatible with some of the required packages Python requirement:
- isort requires Python >=3.10.0, so it will not be installable for Python >=3.8,<3.10.0
Because no versions of isort match >7.0.0,<8.0.0
and isort (7.0.0) requires Python >=3.10.0, isort is forbidden.
So, because starlette-authlib depends on isort (^7.0.0), version solving failed.
* Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For isort, a possible solution would be to set the `python` property to ">=3.10.0,<4.0"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers