Skip to content

Commit e841b1a

Browse files
chore(deps): update all non-major dependencies (#1272)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [github.com/dlclark/regexp2/v2](https://redirect.github.com/dlclark/regexp2) | `v2.0.3` → `v2.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdlclark%2fregexp2%2fv2/v2.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdlclark%2fregexp2%2fv2/v2.0.3/v2.1.0?slim=true) | require | minor | | [uv](https://redirect.github.com/astral-sh/uv) | `0.11.14` → `0.11.16` | ![age](https://developer.mend.io/api/mc/badges/age/hermit/uv/0.11.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/uv/0.11.14/0.11.16?slim=true) | | patch | --- ### Release Notes <details> <summary>dlclark/regexp2 (github.com/dlclark/regexp2/v2)</summary> ### [`v2.1.0`](https://redirect.github.com/dlclark/regexp2/compare/v2.0.3...v2.1.0) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v2.0.3...v2.1.0) </details> <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.11.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01116) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.15...0.11.16) Released on 2026-05-21. ##### Enhancements - Add support for direct archive dependencies in Git ([#&#8203;10072](https://redirect.github.com/astral-sh/uv/pull/10072)) - Adjust hint rendering ([#&#8203;18090](https://redirect.github.com/astral-sh/uv/pull/18090)) ##### Preview features - uv audit: specialize malformed OSV error ([#&#8203;19515](https://redirect.github.com/astral-sh/uv/pull/19515)) - Reject locked malware installations ([#&#8203;18936](https://redirect.github.com/astral-sh/uv/pull/18936)) ##### Configuration - Allow disabling reading the system config with `UV_NO_SYSTEM_CONFIG` ([#&#8203;19476](https://redirect.github.com/astral-sh/uv/pull/19476)) ##### Bug fixes - Allow environment variables that take a list to be empty ([#&#8203;19503](https://redirect.github.com/astral-sh/uv/pull/19503)) - Ensure that incompatible wheel hints do not leak secrets ([#&#8203;19504](https://redirect.github.com/astral-sh/uv/pull/19504)) - Reject unsafe entry points in `uv-build` ([#&#8203;19495](https://redirect.github.com/astral-sh/uv/pull/19495)) - Restrict delimiters in entry point parsing ([#&#8203;19471](https://redirect.github.com/astral-sh/uv/pull/19471)) - uv-netrc: fix multi-word no-space comment lines causing parse errors ([#&#8203;19494](https://redirect.github.com/astral-sh/uv/pull/19494)) ##### Documentation - Document and test relative exclude-newer support for uv pip ([#&#8203;19475](https://redirect.github.com/astral-sh/uv/pull/19475)) ### [`v0.11.15`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01115) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.14...0.11.15) Released on 2026-05-18. ##### Security - Fix a TAR partial differential, see [GHSA-3cv2-h65g-fgmm](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-3cv2-h65g-fgmm) ([#&#8203;19463](https://redirect.github.com/astral-sh/uv/pull/19463)) - Enforce that entry points cannot escape in the scripts directory, see [GHSA-4gg8-gxpx-9rph](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-4gg8-gxpx-9rph) ([#&#8203;19464](https://redirect.github.com/astral-sh/uv/pull/19464)) ##### Enhancements - Add TOML v1.1 -> v1.0 backwards compatibility for source distributions ([#&#8203;18741](https://redirect.github.com/astral-sh/uv/pull/18741)) - Add support for Azure request signing ([#&#8203;19421](https://redirect.github.com/astral-sh/uv/pull/19421)) - Apply stricter validation to all wheel filename segments ([#&#8203;19364](https://redirect.github.com/astral-sh/uv/pull/19364)) - Reject empty strings as an invalid package name ([#&#8203;19435](https://redirect.github.com/astral-sh/uv/pull/19435)) - Use structured errors for signing authentication failures ([#&#8203;19422](https://redirect.github.com/astral-sh/uv/pull/19422)) ##### Preview - uv audit: Add JSON output ([#&#8203;19305](https://redirect.github.com/astral-sh/uv/pull/19305)) ##### Configuration - Respect `required-environments` in `uv pip compile` ([#&#8203;19378](https://redirect.github.com/astral-sh/uv/pull/19378)) ##### Performance - Avoid parsing JSON manifest when local Python is available ([#&#8203;19398](https://redirect.github.com/astral-sh/uv/pull/19398)) - Avoid walking nested directories in linker conflict registration ([#&#8203;19382](https://redirect.github.com/astral-sh/uv/pull/19382)) - Optimize async wheel ZIP writing ([#&#8203;19383](https://redirect.github.com/astral-sh/uv/pull/19383)) - Fix dead "already trimmed" fast-path in `Version::only_release_trimmed` ([#&#8203;19425](https://redirect.github.com/astral-sh/uv/pull/19425)) ##### Bug fixes - Apply workspace-member `[tool.uv.sources]` credentials under `uv sync --frozen` ([#&#8203;19423](https://redirect.github.com/astral-sh/uv/pull/19423)) - Skip empty directories in uv build outputs ([#&#8203;19437](https://redirect.github.com/astral-sh/uv/pull/19437)) - Fix Git submodule handling when using relative paths ([#&#8203;12156](https://redirect.github.com/astral-sh/uv/pull/12156)) - Fix line number reporting in netrc parsing ([#&#8203;19452](https://redirect.github.com/astral-sh/uv/pull/19452)) ##### Documentation - Move Bazel auth helper setup into integration guide ([#&#8203;19392](https://redirect.github.com/astral-sh/uv/pull/19392)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ed2db8 commit e841b1a

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

File renamed without changes.

bin/uv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.uv-0.11.14.pkg
1+
.uv-0.11.16.pkg

bin/uvx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.uv-0.11.14.pkg
1+
.uv-0.11.16.pkg

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
require (
66
github.com/alecthomas/assert/v2 v2.11.0
77
github.com/alecthomas/repr v0.5.2
8-
github.com/dlclark/regexp2/v2 v2.0.3
8+
github.com/dlclark/regexp2/v2 v2.1.0
99
)
1010

1111
require github.com/hexops/gotextdiff v1.0.3 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ github.com/dlclark/regexp2/v2 v2.0.2 h1:2wqyuetE2L4JkwDaEBL255hSNFE/MNcss4sn0DRe
66
github.com/dlclark/regexp2/v2 v2.0.2/go.mod h1:Bz5TMy5d8fPK0ximH0Yi9KvsRHNnvXqUx9XG6a4wB+I=
77
github.com/dlclark/regexp2/v2 v2.0.3 h1:Q/g6akmsBvqlGs/EQo+BvclgjZA3lCYwAayJl/4p3/4=
88
github.com/dlclark/regexp2/v2 v2.0.3/go.mod h1:Bz5TMy5d8fPK0ximH0Yi9KvsRHNnvXqUx9XG6a4wB+I=
9+
github.com/dlclark/regexp2/v2 v2.1.0 h1:jHXRmHRZGbuQzDZjMlCAXOvQb75iv3HyLDzXGj5H1AY=
10+
github.com/dlclark/regexp2/v2 v2.1.0/go.mod h1:Bz5TMy5d8fPK0ximH0Yi9KvsRHNnvXqUx9XG6a4wB+I=
911
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
1012
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=

0 commit comments

Comments
 (0)