-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.19 #4077
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
echoix,
bdovaz and
Kurt-von-Laven
as code owners
October 2, 2024 01:13
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 1.42s | |
✅ BASH | bash-exec | 5 | 0 | 0.01s | |
✅ BASH | shellcheck | 5 | 0 | 0.12s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.85s |
✅ COPYPASTE | jscpd | yes | no | 6.53s | |
✅ DOCKERFILE | hadolint | 128 | 0 | 15.27s | |
✅ JSON | jsonlint | 20 | 0 | 0.2s | |
✅ JSON | v8r | 22 | 0 | 30.15s | |
markdownlint | 266 | 0 | 298 | 31.64s | |
✅ MARKDOWN | markdown-table-formatter | 266 | 0 | 0 | 132.75s |
bandit | 212 | 66 | 3.71s | ||
✅ PYTHON | black | 212 | 0 | 0 | 5.59s |
✅ PYTHON | flake8 | 212 | 0 | 1.93s | |
✅ PYTHON | isort | 212 | 0 | 0 | 1.53s |
✅ PYTHON | mypy | 212 | 0 | 17.86s | |
✅ PYTHON | pylint | 212 | 0 | 16.66s | |
✅ PYTHON | ruff | 212 | 0 | 0 | 0.97s |
✅ REPOSITORY | checkov | yes | no | 42.87s | |
✅ REPOSITORY | git_diff | yes | no | 0.78s | |
grype | yes | 1 | 25.95s | ||
✅ REPOSITORY | secretlint | yes | no | 13.29s | |
✅ REPOSITORY | trivy | yes | no | 25.33s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.32s | |
trufflehog | yes | 1 | 13.29s | ||
✅ SPELL | cspell | 694 | 0 | 10.27s | |
lychee | 348 | 14 | 6.34s | ||
✅ XML | xmllint | 3 | 0 | 0 | 0.89s |
✅ YAML | prettier | 160 | 0 | 0 | 5.99s |
✅ YAML | v8r | 102 | 0 | 175.66s | |
✅ YAML | yamllint | 161 | 0 | 2.23s |
See detailed report in MegaLinter reports
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 5, 2024 14:11
d389185
to
8b57cbe
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 6, 2024 13:27
8b57cbe
to
deec11a
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 6, 2024 18:10
deec11a
to
eb52b9d
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 6, 2024 22:29
9891b55
to
068f52e
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 7, 2024 22:42
20f75ab
to
3db3bf0
Compare
echoix
approved these changes
Oct 7, 2024
A new release of uv was just published |
renovate
bot
force-pushed
the
renovate/ghcr.io-astral-sh-uv-0.x
branch
from
October 7, 2024 23:19
3db3bf0
to
53b9854
Compare
renovate
bot
changed the title
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.18
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.19
Oct 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.16
->0.4.19
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.4.19
Compare Source
Enhancements
uv add
(#7864)requires-python
(#7904)--script
touv run
to treat an input as PEP 723 regardless of extension (#7739)Configuration
UV_FIND_LINKS
environment variable for--find-links
(#7912)UV_PYTHON
environment variable (#7878)Bug fixes
py3x-none
tags in newer than Python 3.x (#7867)dev
section (#7943)cp2
wheels in resolution (#7902)gnueabi
libc variants in Python version requests (#7975)uv tree --package foo
(#7885)Documentation
Add 3.13 support to the platform reference (#7971)
Clarify project environment creation a little (#7941)
Fix code block title in Gitlab integration docs (#7861)
Fix documentation (projects guide) regarding adding a git dependency (#7916)
fix uninstallation command for windows on documentation (#7944)
Clearly specify the minimum supported Windows Server version in the document (#7946)
Rust API
Sha256Reader
(#7929)Deserialize
derives on settings (#7856)v0.4.18
Compare Source
Enhancements
tool.uv.sources
(#7745).gitignore
file touv build
output directory (#7835)PAGER
env var when paging inuv help
command (#5511)uv run -m foo
to run a module (#7754)uv build
in workspaces (#7813)uv init --package
command to match project name (#7670)uv add dotenv
(#7799)tool.uv.sources
deserialization failures (#7823)serde-untagged
to improve some untagged enum error messages (#7822)dotenv
errors, rather than inuv add
(#7825)Configuration
UV_NO_SYNC
environment variable (#7752)Bug fixes
git+
prefix intool.uv.sources
(#7847)--no-binary
(#7772)uv tree --invert
for platform dependencies (#7808)uv add
(#7766)tool.uv.environments
for legacy virtual workspace roots (#7824)Rust API
FlatDistributions
public (#7833)Documentation
uv publish
instead of twine in docs (#7837)projects.md
(#7784)v0.4.17
Compare Source
Enhancements
uv build --all
to build all packages in a workspace (#7724)uv init --script
(#7565)uv tool upgrade --python
) (#7605)uv init
(#5476)--quiet
flag inuv build
(#7674)uvx
(#7641)Bug fixes
Documentation
uv build
anduv publish
to features overview (#7716)uv lock --upgrade-package
retains locked versions (#7694)Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" (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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.