-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): update all dependencies to 61a4b07 #367
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+340
−280
Conversation
This file contains hidden or 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
ansibuddy
approved these changes
Sep 13, 2025
ansibuddy
approved these changes
Sep 13, 2025
c764b65
to
78dffe5
Compare
ansibuddy
approved these changes
Sep 15, 2025
78dffe5
to
0097c45
Compare
ansibuddy
approved these changes
Sep 16, 2025
0097c45
to
c7ccf00
Compare
ansibuddy
approved these changes
Sep 17, 2025
ansibuddy
approved these changes
Sep 21, 2025
9d1b353
to
c18ae3e
Compare
ansibuddy
approved these changes
Sep 22, 2025
c18ae3e
to
bb9763a
Compare
ansibuddy
approved these changes
Sep 23, 2025
bb9763a
to
d75c8ab
Compare
ansibuddy
approved these changes
Sep 25, 2025
d75c8ab
to
17160ea
Compare
ansibuddy
approved these changes
Sep 26, 2025
17160ea
to
e8ea197
Compare
ansibuddy
approved these changes
Sep 28, 2025
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
d894908
->61a4b07
v0.13.0
->v0.13.2
0.8.17
->0.8.22
v1.18.1
->v1.18.2
7.10.6
->7.10.7
1.18.1
->1.18.2
3.12
->3.13
6.0.2
->6.0.3
0.13.0
->0.13.2
0.8.17
->0.8.22
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.13.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.13.2
v0.13.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.13.1
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.8.22
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.8.22
v0.8.21
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.8.21
v0.8.20
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.8.20
v0.8.19
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.8.19
v0.8.18
Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.8.18
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)
v1.18.2
Compare Source
nedbat/coveragepy (coverage)
v7.10.7
Compare Source
Performance: with branch coverage in large files, generating HTML, JSON, or
LCOV reports could take far too long due to some quadratic behavior when
creating the function and class index pages. This is now fixed, closing
issue 2048
_. Thanks to Daniel Diniz for help diagnosing the problem.Most warnings and a few errors now have links to a page in the docs
explaining the specific message. Closes
issue 1921
_... _issue 1921: #1921
.. _issue 2048: #2048
.. _changes_7-10-6:
python/mypy (mypy)
v1.18.2
Compare Source
object.__init__
(Stephen Morton, PR 19733)actions/python-versions (python)
v3.13.7
: 3.13.7Compare Source
Python 3.13.7
v3.13.6
: 3.13.6Compare Source
Python 3.13.6
v3.13.5
: 3.13.5Compare Source
Python 3.13.5
v3.13.4
: 3.13.4Compare Source
Python 3.13.4
v3.13.3
: 3.13.3Compare Source
Python 3.13.3
v3.13.2
: 3.13.2Compare Source
Python 3.13.2
v3.13.1
: 3.13.1Compare Source
Python 3.13.1
v3.13.0
: 3.13.0Compare Source
Python 3.13.0
yaml/pyyaml (pyyaml)
v6.0.3
Compare Source
What's Changed
Full Changelog: yaml/pyyaml@6.0.2...6.0.3
astral-sh/ruff (ruff)
v0.13.2
Compare Source
Released on 2025-09-25.
Preview features
flake8-async
] Implementblocking-path-method
(ASYNC240
) (#20264)flake8-bugbear
] Implementmap-without-explicit-strict
(B912
) (#20429)flake8-bultins
] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003
) (#20178)ruff
] Implementlogging-eager-conversion
(RUF065
) (#19942).pyw
files by default when linting and formatting (#20458)Bug fixes
flake8-comprehensions
] Preserve trailing commas for single-element lists (C409
) (#19571)flake8-pyi
] Avoid syntax error from conflict withPIE790
(PYI021
) (#20010)flake8-simplify
] Correct fix for positivemaxsplit
without separator (SIM905
) (#20056)pyupgrade
] FixUP008
not to apply when__class__
is a local variable (#20497)ruff
] FixB004
to skip invalidhasattr
/getattr
calls (#20486)ruff
] Replace-nan
withnan
when using the value to construct aDecimal
(FURB164
) (#20391)Documentation
ruff-wasm-web
(#20539)flake8-bandit
] Clarify the supported hashing functions (S324
) (#20534)Other changes
playground
] Allow hover quick fixes to appear for overlapping diagnostics (#20527)playground
] Fix non‑BMP code point handling in quick fixes and markers (#20526)Contributors
v0.13.1
Compare Source
Released on 2025-09-18.
Preview features
flake8-simplify
] Detect unnecessaryNone
default for additional key expression types (SIM910
) (#20343)flake8-use-pathlib
] Add fix forPTH123
(#20169)flake8-use-pathlib
] FixPTH101
,PTH104
,PTH105
,PTH121
fixes (#20143)flake8-use-pathlib
] MakePTH111
fix unsafe because it can change behavior (#20215)pycodestyle
] FixE301
to only trigger for functions immediately within a class (#19768)refurb
] Marksingle-item-membership-test
fix as always unsafe (FURB171
) (#20279)Bug fixes
flake8-bandit
] Fix truthiness: dict-only**
displays not truthy forshell
(S602
,S604
,S609
) (#20177)flake8-simplify
] Fix diagnostic to show correct method name forstr.rsplit
calls (SIM905
) (#20459)flynt
] Use triple quotes for joined raw strings with newlines (FLY002
) (#20197)pyupgrade
] Fix false positive when class name is shadowed by local variable (UP008
) (#20427)pyupgrade
] Prevent infinite loop withI002
andUP026
(#20327)ruff
] Recognize t-strings, generators, and lambdas ininvalid-index-type
(RUF016
) (#20213)Rule changes
RUF102
] Respect rule redirects in invalid rule code detection (#20245)flake8-bugbear
] Mark the fix forunreliable-callable-check
as always unsafe (B004
) (#20318)ruff
] Allow dataclass attribute value instantiation from nested frozen dataclass (RUF009
) (#20352)CLI
output-format=sarif
(#20300)Documentation
ruff
] Addanalyze.string-imports-min-dots
to settings (#20375)Other changes
Contributors
astral-sh/uv (uv)
v0.8.22
Compare Source
Released on 2025-09-23.
Python
Security
astral-tokio-tar
to 0.5.5 which hardens tar archive extraction (#16004)v0.8.21
Compare Source
Released on 2025-09-23.
Enhancements
--refresh
is provided (#15994)Preview features
Add support for S3 request signing (#15925)
v0.8.20
Compare Source
Released on 2025-09-22.
Enhancements
--force
flag foruv cache clean
(#15992)Preview features
Bug fixes
freethreaded+debug
Python downloads inuv python list
(#15985)uv run
anduvx
(#15990)Documentation
package
level conflicts to the conflicting dependencies docs (#15963)v0.8.19
Compare Source
Released on 2025-09-19.
Python
See the python-build-standalone release notes for more details.
Bug fixes
uv cache clean
parallel process safe (#15888)platform_machine
marker forwin_arm64
platform tag (#15921)v0.8.18
Compare Source
Released on 2025-09-17.
Enhancements
uv init
defaults for native build backend cache keys (#15705)pyproject.toml
target does not exist for dependency groups (#15831)--no-clear
touv venv
to disable removal prompts (#15795)--only-group
and--extra
flags (#15788)[project]
to be missing from apyproject.toml
(#14113)base
androot
as base environments (#15682)uv_build
is skipped (#15898)_CONDA_ROOT
to detect Conda base environments (#15680)uv publish
upload form (#15794)uv sync
(#15881)Deprecations
tool.uv.dev-dependencies
(#15469)Preview features
native-auth
feature (#15872)Bug fixes
uv sync --no-sources
not switching from editable to registry installations (#15234)@latest
(#15827)triton
as a torch backend package (#15910)UV_INSECURE_NO_ZIP_VALIDATION=1
in duplicate header errors (#15912)Documentation
NO_PROXY
support (#15816)requires-python
(#14282)Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.