-
Notifications
You must be signed in to change notification settings - Fork 109
Commit 653c2c3
deps: Update dependency isort to v6 (#523)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [isort](https://pycqa.github.io/isort/)
([source](https://redirect.github.com/pycqa/isort),
[changelog](https://redirect.github.com/pycqa/isort/blob/main/CHANGELOG.md))
| `==5.13.2` -> `==6.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pycqa/isort (isort)</summary>
###
[`v6.0.0`](https://redirect.github.com/PyCQA/isort/releases/tag/6.0.0)
[Compare
Source](https://redirect.github.com/pycqa/isort/compare/5.13.2...6.0.0)
#### Changes
#### 💥 Breaking Changes
- Remove support for Python 3.8
([#​2327](https://redirect.github.com/pycqa/isort/issues/2327))
[@​DanielNoord](https://redirect.github.com/DanielNoord)
#### 🚀 Features
- Python 3.13 support
([#​2306](https://redirect.github.com/pycqa/isort/issues/2306))
[@​mayty](https://redirect.github.com/mayty)
- Updates round 3
([#​2334](https://redirect.github.com/pycqa/isort/issues/2334))
[@​matthewhughes934](https://redirect.github.com/matthewhughes934)
- Speed up exists_case_sensitive calls
([#​2264](https://redirect.github.com/pycqa/isort/issues/2264))
[@​correctmost](https://redirect.github.com/correctmost)
- nit: Fix deprecation message link
([#​2220](https://redirect.github.com/pycqa/isort/issues/2220))
[@​syou6162](https://redirect.github.com/syou6162)
- Ensure that split_on_trailing_comma works with `as` imports
([#​2340](https://redirect.github.com/pycqa/isort/issues/2340))
[@​DanielNoord](https://redirect.github.com/DanielNoord)
- Black profile: enable magic comma
([#​2236](https://redirect.github.com/pycqa/isort/issues/2236))
[@​MrMino](https://redirect.github.com/MrMino)
- Fix google style test
([#​2336](https://redirect.github.com/pycqa/isort/issues/2336))
[@​DanielNoord](https://redirect.github.com/DanielNoord)
- Update line_length and single_line_exclusions in google profile
([#​2149](https://redirect.github.com/pycqa/isort/issues/2149))
[@​jagapiou](https://redirect.github.com/jagapiou)
- Updates round 2
([#​2329](https://redirect.github.com/pycqa/isort/issues/2329))
[@​matthewhughes934](https://redirect.github.com/matthewhughes934)
- Dependency updates round 1
([#​2325](https://redirect.github.com/pycqa/isort/issues/2325))
[@​matthewhughes934](https://redirect.github.com/matthewhughes934)
- Run `pre-commit autoupdate`
([#​2321](https://redirect.github.com/pycqa/isort/issues/2321))
[@​kurtmckee](https://redirect.github.com/kurtmckee)
#### 🪲 Fixes
- Allow `--diff` to be used with `--jobs`
([#​2302](https://redirect.github.com/pycqa/isort/issues/2302))
[@​mnakama](https://redirect.github.com/mnakama)
- `wemake` has 80 chars hard limit, not 79
([#​2241](https://redirect.github.com/pycqa/isort/issues/2241))
[@​sobolevn](https://redirect.github.com/sobolevn)
- Fix errors on `main`
([#​2320](https://redirect.github.com/pycqa/isort/issues/2320))
[@​DanielNoord](https://redirect.github.com/DanielNoord)
- Fixed syntax error
([#​2289](https://redirect.github.com/pycqa/isort/issues/2289))
[@​Sergio-prog](https://redirect.github.com/Sergio-prog)
- fix: typo
([#​2298](https://redirect.github.com/pycqa/isort/issues/2298))
[@​Rotzbua](https://redirect.github.com/Rotzbua)
- Fix `sort_reexports` code mangling
([#​2283](https://redirect.github.com/pycqa/isort/issues/2283))
[@​Helveg](https://redirect.github.com/Helveg)
- fix: correct group by package tokenization
([#​2136](https://redirect.github.com/pycqa/isort/issues/2136))
[@​glasnt](https://redirect.github.com/glasnt)
- Fix isort-action usage documentation
([#​2297](https://redirect.github.com/pycqa/isort/issues/2297))
[@​jamescurtin](https://redirect.github.com/jamescurtin)
- Fix CDN for Ace
([#​2127](https://redirect.github.com/pycqa/isort/issues/2127))
[@​abitrolly](https://redirect.github.com/abitrolly)
- Fix help text
([#​2229](https://redirect.github.com/pycqa/isort/issues/2229))
[@​stweil](https://redirect.github.com/stweil)
- docs: fix spelling mistake
([#​2249](https://redirect.github.com/pycqa/isort/issues/2249))
[@​cachho](https://redirect.github.com/cachho)
#### 👷 Continuous Integration
- UV replacement of Poetry
([#​2349](https://redirect.github.com/pycqa/isort/issues/2349))
[@​staticdev](https://redirect.github.com/staticdev)
- Make actions happy
([#​2311](https://redirect.github.com/pycqa/isort/issues/2311))
[@​matthewhughes934](https://redirect.github.com/matthewhughes934)
- Fix GitHub Actions badges
([#​2326](https://redirect.github.com/pycqa/isort/issues/2326))
[@​hugovk](https://redirect.github.com/hugovk)
- Eliminate `actions/cache@v2` usage
([#​2322](https://redirect.github.com/pycqa/isort/issues/2322))
[@​kurtmckee](https://redirect.github.com/kurtmckee)
- feat: add dependabot for GH action update
([#​2300](https://redirect.github.com/pycqa/isort/issues/2300))
[@​Rotzbua](https://redirect.github.com/Rotzbua)
- Update stage names for `pre-commit`
([#​2296](https://redirect.github.com/pycqa/isort/issues/2296))
[@​matthewhughes934](https://redirect.github.com/matthewhughes934)
#### 📦 Dependencies
- Bump `poetry` to `2.0.1`
([#​2341](https://redirect.github.com/pycqa/isort/issues/2341))
[@​DanielNoord](https://redirect.github.com/DanielNoord)
- Fix misc unsafe dependencies
([#​2345](https://redirect.github.com/pycqa/isort/issues/2345))
[@​staticdev](https://redirect.github.com/staticdev)
- Bump the github-actions group across 1 directory with 5 updates
([#​2324](https://redirect.github.com/pycqa/isort/issues/2324))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump gitpython from 3.1.40 to 3.1.41
([#​2223](https://redirect.github.com/pycqa/isort/issues/2223))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump jinja2 from 3.1.2 to 3.1.3
([#​2224](https://redirect.github.com/pycqa/isort/issues/2224))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
</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**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: Yuan <[email protected]>1 parent f6b4a0b commit 653c2c3Copy full SHA for 653c2c3
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- llm_demo
- retrieval_service
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedllm_demo/requirements-test.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
|
retrieval_service/requirements-test.txt
Copy file name to clipboardExpand all lines: retrieval_service/requirements-test.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments