Commit 55d924d
authored
chore(deps): update all non-major dependencies (#1092)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.18.0` -> `v2.19.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/)
| require | minor |
|
[github.com/alecthomas/kong](https://redirect.github.com/alecthomas/kong)
| `v1.11.0` -> `v1.12.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/)
| require | minor |
| [uv](https://redirect.github.com/astral-sh/uv) | `0.7.13` -> `0.7.18`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | patch |
---
### Release Notes
<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>
###
[`v2.19.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.19.0)
[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.18.0...v2.19.0)
#### Changelog
-
[`adeac8f`](https://redirect.github.com/alecthomas/chroma/commit/adeac8f)
feat: WASM playground
-
[`484750a`](https://redirect.github.com/alecthomas/chroma/commit/484750a)
chore: add uv
-
[`a5ceb28`](https://redirect.github.com/alecthomas/chroma/commit/a5ceb28)
fix: add lexer compile time validation for group by
-
[`cd5c4a8`](https://redirect.github.com/alecthomas/chroma/commit/cd5c4a8)
docs(readme): update go reference badge to point to v2 and new domain
([#​1087](https://redirect.github.com/alecthomas/chroma/issues/1087))
-
[`970eacc`](https://redirect.github.com/alecthomas/chroma/commit/970eacc)
Add MoonScript lexer
([#​1091](https://redirect.github.com/alecthomas/chroma/issues/1091))
-
[`6ffb465`](https://redirect.github.com/alecthomas/chroma/commit/6ffb465)
chore(deps): update all non-major dependencies
([#​1082](https://redirect.github.com/alecthomas/chroma/issues/1082))
-
[`2c20473`](https://redirect.github.com/alecthomas/chroma/commit/2c20473)
Various lexer & style fixes for RPGLE
([#​1086](https://redirect.github.com/alecthomas/chroma/issues/1086))
-
[`c803d79`](https://redirect.github.com/alecthomas/chroma/commit/c803d79)
fix(zig): detect zig object notation files as zig
([#​1085](https://redirect.github.com/alecthomas/chroma/issues/1085))
-
[`bc60826`](https://redirect.github.com/alecthomas/chroma/commit/bc60826)
Add Core lexer
([#​1083](https://redirect.github.com/alecthomas/chroma/issues/1083))
-
[`ffedbf4`](https://redirect.github.com/alecthomas/chroma/commit/ffedbf4)
fix(kotlin): detect kotlin script files as kotlin
([#​1081](https://redirect.github.com/alecthomas/chroma/issues/1081))
</details>
<details>
<summary>alecthomas/kong (github.com/alecthomas/kong)</summary>
###
[`v1.12.0`](https://redirect.github.com/alecthomas/kong/compare/v1.11.0...v1.12.0)
[Compare
Source](https://redirect.github.com/alecthomas/kong/compare/v1.11.0...v1.12.0)
</details>
<details>
<summary>astral-sh/uv (uv)</summary>
###
[`v0.7.18`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0718)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.7.17...0.7.18)
##### Python
- Added arm64 Windows Python 3.11, 3.12, 3.13, and 3.14
These are not downloaded by default, since x86-64 Python has broader
ecosystem support on Windows.
However, they can be requested with `cpython-<version>-windows-aarch64`.
##### Enhancements
- Keep track of retries in `ManagedPythonDownload::fetch_with_retry`
([#​14378](https://redirect.github.com/astral-sh/uv/pull/14378))
- Reuse build (virtual) environments across resolution and installation
([#​14338](https://redirect.github.com/astral-sh/uv/pull/14338))
- Improve trace message for cached Python interpreter query
([#​14328](https://redirect.github.com/astral-sh/uv/pull/14328))
- Use parsed URLs for conflicting URL error message
([#​14380](https://redirect.github.com/astral-sh/uv/pull/14380))
##### Preview features
- Ignore invalid build backend settings when not building
([#​14372](https://redirect.github.com/astral-sh/uv/pull/14372))
##### Bug fixes
- Fix equals-star and tilde-equals with `python_version` and
`python_full_version`
([#​14271](https://redirect.github.com/astral-sh/uv/pull/14271))
- Include the canonical path in the interpreter query cache key
([#​14331](https://redirect.github.com/astral-sh/uv/pull/14331))
- Only drop build directories on program exit
([#​14304](https://redirect.github.com/astral-sh/uv/pull/14304))
- Error instead of panic on conflict between global and subcommand flags
([#​14368](https://redirect.github.com/astral-sh/uv/pull/14368))
- Consistently normalize trailing slashes on URLs with no path segments
([#​14349](https://redirect.github.com/astral-sh/uv/pull/14349))
##### Documentation
- Add instructions for publishing to JFrog's Artifactory
([#​14253](https://redirect.github.com/astral-sh/uv/pull/14253))
- Edits to the build backend documentation
([#​14376](https://redirect.github.com/astral-sh/uv/pull/14376))
###
[`v0.7.17`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0717)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.7.16...0.7.17)
##### Bug fixes
- Apply build constraints when resolving `--with` dependencies
([#​14340](https://redirect.github.com/astral-sh/uv/pull/14340))
- Drop trailing slashes when converting index URL from URL
([#​14346](https://redirect.github.com/astral-sh/uv/pull/14346))
- Ignore `UV_PYTHON_CACHE_DIR` when empty
([#​14336](https://redirect.github.com/astral-sh/uv/pull/14336))
- Fix error message ordering for `pyvenv.cfg` version conflict
([#​14329](https://redirect.github.com/astral-sh/uv/pull/14329))
###
[`v0.7.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0716)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.7.15...0.7.16)
##### Python
- Add Python 3.14.0b3
See the
[`python-build-standalone` release
notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/tag/20250626)
for more details.
##### Enhancements
- Include path or URL when failing to convert in lockfile
([#​14292](https://redirect.github.com/astral-sh/uv/pull/14292))
- Warn when `~=` is used as a Python version specifier without a patch
version
([#​14008](https://redirect.github.com/astral-sh/uv/pull/14008))
##### Preview features
- Ensure preview default Python installs are upgradeable
([#​14261](https://redirect.github.com/astral-sh/uv/pull/14261))
##### Performance
- Share workspace cache between lock and sync operations
([#​14321](https://redirect.github.com/astral-sh/uv/pull/14321))
##### Bug fixes
- Allow local indexes to reference remote files
([#​14294](https://redirect.github.com/astral-sh/uv/pull/14294))
- Avoid rendering desugared prefix matches in error messages
([#​14195](https://redirect.github.com/astral-sh/uv/pull/14195))
- Avoid using path URL for workspace Git dependencies in
`requirements.txt`
([#​14288](https://redirect.github.com/astral-sh/uv/pull/14288))
- Normalize index URLs to remove trailing slash
([#​14245](https://redirect.github.com/astral-sh/uv/pull/14245))
- Respect URL-encoded credentials in redirect location
([#​14315](https://redirect.github.com/astral-sh/uv/pull/14315))
- Lock the source tree when running setuptools, to protect concurrent
builds
([#​14174](https://redirect.github.com/astral-sh/uv/pull/14174))
##### Documentation
- Note that GCP Artifact Registry download URLs must have `/simple`
component
([#​14251](https://redirect.github.com/astral-sh/uv/pull/14251))
###
[`v0.7.15`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0715)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.7.14...0.7.15)
##### Enhancements
- Consistently use `Ordering::Relaxed` for standalone atomic use cases
([#​14190](https://redirect.github.com/astral-sh/uv/pull/14190))
- Warn on ambiguous relative paths for `--index`
([#​14152](https://redirect.github.com/astral-sh/uv/pull/14152))
- Skip GitHub fast path when rate-limited
([#​13033](https://redirect.github.com/astral-sh/uv/pull/13033))
- Preserve newlines in `schema.json` descriptions
([#​13693](https://redirect.github.com/astral-sh/uv/pull/13693))
##### Bug fixes
- Add check for using minor version link when creating a venv on Windows
([#​14252](https://redirect.github.com/astral-sh/uv/pull/14252))
- Strip query parameters when parsing source URL
([#​14224](https://redirect.github.com/astral-sh/uv/pull/14224))
##### Documentation
- Add a link to PyPI FAQ to clarify what per-project token is
([#​14242](https://redirect.github.com/astral-sh/uv/pull/14242))
##### Preview features
- Allow symlinks in the build backend
([#​14212](https://redirect.github.com/astral-sh/uv/pull/14212))
###
[`v0.7.14`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0714)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.7.13...0.7.14)
##### Enhancements
- Add XPU to `--torch-backend`
([#​14172](https://redirect.github.com/astral-sh/uv/pull/14172))
- Add ROCm backends to `--torch-backend`
([#​14120](https://redirect.github.com/astral-sh/uv/pull/14120))
- Remove preview label from `--torch-backend`
([#​14119](https://redirect.github.com/astral-sh/uv/pull/14119))
- Add `[tool.uv.dependency-groups].mygroup.requires-python`
([#​13735](https://redirect.github.com/astral-sh/uv/pull/13735))
- Add auto-detection for AMD GPUs
([#​14176](https://redirect.github.com/astral-sh/uv/pull/14176))
- Show retries for HTTP status code errors
([#​13897](https://redirect.github.com/astral-sh/uv/pull/13897))
- Support transparent Python patch version upgrades
([#​13954](https://redirect.github.com/astral-sh/uv/pull/13954))
- Warn on empty index directory
([#​13940](https://redirect.github.com/astral-sh/uv/pull/13940))
- Publish to DockerHub
([#​14088](https://redirect.github.com/astral-sh/uv/pull/14088))
##### Performance
- Make cold resolves about 10% faster
([#​14035](https://redirect.github.com/astral-sh/uv/pull/14035))
##### Bug fixes
- Don't use walrus operator in interpreter query script
([#​14108](https://redirect.github.com/astral-sh/uv/pull/14108))
- Fix handling of changes to `requires-python`
([#​14076](https://redirect.github.com/astral-sh/uv/pull/14076))
- Fix implied `platform_machine` marker for `win_amd64` platform tag
([#​14041](https://redirect.github.com/astral-sh/uv/pull/14041))
- Only update existing symlink directories on preview uninstall
([#​14179](https://redirect.github.com/astral-sh/uv/pull/14179))
- Serialize Python requests for tools as canonicalized strings
([#​14109](https://redirect.github.com/astral-sh/uv/pull/14109))
- Support netrc and same-origin credential propagation on index
redirects
([#​14126](https://redirect.github.com/astral-sh/uv/pull/14126))
- Support reading `dependency-groups` from pyproject.tomls with no
`[project]`
([#​13742](https://redirect.github.com/astral-sh/uv/pull/13742))
- Handle an existing shebang in `uv init --script`
([#​14141](https://redirect.github.com/astral-sh/uv/pull/14141))
- Prevent concurrent updates of the environment in `uv run`
([#​14153](https://redirect.github.com/astral-sh/uv/pull/14153))
- Filter managed Python distributions by platform before querying when
included in request
([#​13936](https://redirect.github.com/astral-sh/uv/pull/13936))
##### Documentation
- Replace cuda124 with cuda128
([#​14168](https://redirect.github.com/astral-sh/uv/pull/14168))
- Document the way member sources shadow workspace sources
([#​14136](https://redirect.github.com/astral-sh/uv/pull/14136))
- Sync documented PyTorch integration index for CUDA and ROCm versions
from PyTorch website
([#​14100](https://redirect.github.com/astral-sh/uv/pull/14100))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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/alecthomas/chroma).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d0ad679 commit 55d924d
7 files changed
+10
-6
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments