Skip to content

core: bump astral-sh/uv from 0.7.11 to 0.7.12#14965

Merged
BeryJu merged 1 commit intomainfrom
dependabot/docker/astral-sh/uv-0.7.12
Jun 9, 2025
Merged

core: bump astral-sh/uv from 0.7.11 to 0.7.12#14965
BeryJu merged 1 commit intomainfrom
dependabot/docker/astral-sh/uv-0.7.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps astral-sh/uv from 0.7.11 to 0.7.12.

Release notes

Sourced from astral-sh/uv's releases.

0.7.12

Release Notes

Enhancements

  • Add uv python pin --rm to remove .python-version pins (#13860)

  • Don't hint at versions removed by excluded-newer (#13884)

  • Add hint to use tool.uv.environments on resolution error (#13455)

  • Add hint to use tool.uv.required-environments on resolution error (#13575)

  • Improve python pin error messages (#13862)

Bug fixes

  • Lock environments during uv sync, uv add and uv remove to prevent race conditions (#13869)
  • Add --no-editable to uv export for pylock.toml (#13852)

Documentation

  • List .gitignore in project init files (#13855)
  • Move the pip interface documentation into the concepts section (#13841)
  • Remove the configuration section in favor of concepts / reference (#13842)
  • Update Git and GitHub Actions docs to mention gh auth login (#13850)

Preview

  • Fix directory glob traversal fallback preventing exclusion of all files (#13882)

Install uv 0.7.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.ps1 | iex"

Download uv 0.7.12

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.7.12

Enhancements

  • Add uv python pin --rm to remove .python-version pins (#13860)

  • Don't hint at versions removed by excluded-newer (#13884)

  • Add hint to use tool.uv.environments on resolution error (#13455)

  • Add hint to use tool.uv.required-environments on resolution error (#13575)

  • Improve python pin error messages (#13862)

Bug fixes

  • Lock environments during uv sync, uv add and uv remove to prevent race conditions (#13869)
  • Add --no-editable to uv export for pylock.toml (#13852)

Documentation

  • List .gitignore in project init files (#13855)
  • Move the pip interface documentation into the concepts section (#13841)
  • Remove the configuration section in favor of concepts / reference (#13842)
  • Update Git and GitHub Actions docs to mention gh auth login (#13850)

Preview

  • Fix directory glob traversal fallback preventing exclusion of all files (#13882)
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.7.11 to 0.7.12.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.11...0.7.12)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 01:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@netlify
Copy link

netlify bot commented Jun 9, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit e80927f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6846333f70547a00084e6b13

@netlify
Copy link

netlify bot commented Jun 9, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit e80927f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6846333fe308020008b262e8

@BeryJu BeryJu merged commit d017af1 into main Jun 9, 2025
98 checks passed
@BeryJu BeryJu deleted the dependabot/docker/astral-sh/uv-0.7.12 branch June 9, 2025 01:32
kensternberg-authentik added a commit that referenced this pull request Jun 9, 2025
* main: (38 commits)
  website/docs: added a link in our Upgrade docs to the Outpost upgrade docs, slight reformatting  (#14931)
  website: fix search across multiple subdomains (#14976)
  core: bump goauthentik.io/api/v3 from 3.2025060.1 to 3.2025061.1 (#14972)
  web: bump API Client version (#14971)
  root: backport 2025.6.1 bump (#14970)
  stages/email: Only attach logo to email if used (#14835)
  web: bump @codemirror/lang-python from 6.1.6 to 6.2.1 in /web (#14713)
  website: bump prettier-plugin-packagejson from 2.5.14 to 2.5.15 in /website (#14829)
  core: bump selenium/standalone-chrome from 136.0 to 137.0 in /tests/e2e (#14963)
  core: bump axllent/mailpit from v1.25.1 to v1.26.0 in /tests/e2e (#14964)
  core: bump astral-sh/uv from 0.7.11 to 0.7.12 (#14965)
  core: bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 (#14966)
  web: bump @types/mocha from 10.0.8 to 10.0.10 in /web (#14684)
  web: bump ts-pattern from 5.4.0 to 5.7.1 in /web (#14686)
  website: bump @types/node from 22.15.29 to 22.15.30 in /website (#14968)
  web: bump mermaid from 11.4.1 to 11.6.0 in /web (#14688)
  web: bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.2 in /web (#14716)
  web: bump the eslint group across 2 directories with 3 updates (#14833)
  website: bump the eslint group in /website with 4 updates (#14967)
  website: bump @typescript-eslint/parser from 8.32.1 to 8.33.1 in /website (#14828)
  ...
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.7.11 to 0.7.12.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.11...0.7.12)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant