chore(deps): update all dependencies #22

Closed
renovate-forgejo wants to merge 1 commit from renovate/all into main
Collaborator

This PR contains the following updates:

Package Type Update Change
https://code.forgejo.org/actions/checkout action digest de0fac2fbc6f39
python final digest bf503bb9662417
ty (changelog) dependency-groups patch 0.0.670.0.69

Release Notes

astral-sh/ty (ty)

v0.0.69

Compare Source

Released on 2026-08-06.

Core type checking
  • isinstance narrowing for generic classes is now more gradual by default (#​27308)

    This new behavior is more similar to what other major type checkers do. For example:

    def f(xs: object):
        if isinstance(xs, list):
            reveal_type(xs)  # now: `list[Unknown]`, before: `Top[list[Unknown]]`
    

    Note: you might consider enabling analysis.strict-generic-narrowing
    if you prefer the strictly correct behavior.

Contributors

v0.0.68

Compare Source

Released on 2026-08-05.

Diagnostics
  • Preserve property getter call errors (#​27509)
  • Simplify numeric tower displays (e.g., float over int | float) (#​27406)
  • Suggest closing open TypedDict types for Mapping compatibility (#​27512)
Core type checking
  • Avoid double inference of Unpack operands in Union (#​27525)
  • Fix panic from mismatched OR-pattern bindings (#​27533)
Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | https://code.forgejo.org/actions/checkout | action | digest | `de0fac2` → `fbc6f39` | | python | final | digest | `bf503bb` → `9662417` | | [ty](https://github.com/astral-sh/ty) ([changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)) | dependency-groups | patch | `0.0.67` → `0.0.69` | --- ### Release Notes <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.69`](https://github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0069) [Compare Source](https://github.com/astral-sh/ty/compare/0.0.68...0.0.69) Released on 2026-08-06. ##### Core type checking - `isinstance` narrowing for generic classes is now more gradual by default ([#&#8203;27308](https://github.com/astral-sh/ruff/pull/27308)) This new behavior is more similar to what other major type checkers do. For example: ```py def f(xs: object): if isinstance(xs, list): reveal_type(xs) # now: `list[Unknown]`, before: `Top[list[Unknown]]` ``` **Note**: you might consider enabling [`analysis.strict-generic-narrowing`](https://docs.astral.sh/ty/reference/configuration/#strict-generic-narrowing) if you prefer the strictly correct behavior. ##### Contributors - [@&#8203;sharkdp](https://github.com/sharkdp) ### [`v0.0.68`](https://github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0068) [Compare Source](https://github.com/astral-sh/ty/compare/0.0.67...0.0.68) Released on 2026-08-05. ##### Diagnostics - Preserve property getter call errors ([#&#8203;27509](https://github.com/astral-sh/ruff/pull/27509)) - Simplify numeric tower displays (e.g., `float` over `int | float`) ([#&#8203;27406](https://github.com/astral-sh/ruff/pull/27406)) - Suggest closing open `TypedDict` types for `Mapping` compatibility ([#&#8203;27512](https://github.com/astral-sh/ruff/pull/27512)) ##### Core type checking - Avoid double inference of `Unpack` operands in `Union` ([#&#8203;27525](https://github.com/astral-sh/ruff/pull/27525)) - Fix panic from mismatched OR-pattern bindings ([#&#8203;27533](https://github.com/astral-sh/ruff/pull/27533)) ##### Contributors - [@&#8203;AlexWaygood](https://github.com/AlexWaygood) - [@&#8203;charliermarsh](https://github.com/charliermarsh) - [@&#8203;carljm](https://github.com/carljm) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC43LjAiLCJ1cGRhdGVkSW5WZXIiOiI0NC43LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update all dependencies
Some checks failed
/ Determine versions (pull_request) Successful in 6s
/ Unittests and try build -- Python 3.13 (pull_request) Failing after 23s
/ build-container (pull_request) Successful in 1m17s
10a5b06002
renovate-forgejo force-pushed renovate/all from 10a5b06002
Some checks failed
/ Determine versions (pull_request) Successful in 6s
/ Unittests and try build -- Python 3.13 (pull_request) Failing after 23s
/ build-container (pull_request) Successful in 1m17s
to c8d5422565
Some checks failed
/ Determine versions (pull_request) Successful in 6s
/ Unittests and try build -- Python 3.13 (pull_request) Failing after 23s
/ build-container (pull_request) Successful in 1m2s
2026-08-10 20:04:05 +00:00
Compare
finkregh closed this pull request 2026-08-10 22:23:19 +00:00
Some checks failed
/ Determine versions (pull_request) Successful in 6s
/ Unittests and try build -- Python 3.13 (pull_request) Failing after 23s
/ build-container (pull_request) Successful in 1m2s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
finkregh/mypv-elwa-prometheus-exporter!22
No description provided.