Glatzel
toolbox
BlogDocsChangelog

Performance History

Latest Results

build: Update Pixi (#280) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lefthook](https://redirect.github.com/evilmartians/lefthook) | patch | `==2.0.1` -> `==2.0.2` | | [pyfakefs](https://redirect.github.com/pytest-dev/pyfakefs) ([source](https://redirect.github.com/jmcgeheeiv/pyfakefs)) | patch | `==5.10.0` -> `==5.10.1` | | [rattler-build](https://redirect.github.com/prefix-dev/rattler-build) | minor | `==0.48.1` -> `==0.49.0` | --- ### Release Notes <details> <summary>evilmartians/lefthook (lefthook)</summary> ### [`v2.0.2`](https://redirect.github.com/evilmartians/lefthook/blob/HEAD/CHANGELOG.md#202-2025-10-29) [Compare Source](https://redirect.github.com/evilmartians/lefthook/compare/v2.0.1...v2.0.2) - fix: add mutex lock before all git commands ([#&#8203;1178](https://redirect.github.com/evilmartians/lefthook/pull/1178)) by [@&#8203;mrexox]() </details> <details> <summary>jmcgeheeiv/pyfakefs (pyfakefs)</summary> ### [`v5.10.1`](https://redirect.github.com/jmcgeheeiv/pyfakefs/blob/HEAD/CHANGES.md#Version-5101-2025-10-27) Fixes a regression introduced in version 5.9.0. ##### Fixes - fixed a deadlock in `shutil.copytree` if copying using an `shutil` function as `copy_function` argument (see [#&#8203;1235](../../issues/1235)) </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://redirect.github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1921](https://redirect.github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@&#8203;haecker-felix](https://redirect.github.com/haecker-felix) in [#&#8203;1929](https://redirect.github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1930](https://redirect.github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1932](https://redirect.github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1936](https://redirect.github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@&#8203;baszalmstra](https://redirect.github.com/baszalmstra) in [#&#8203;1950](https://redirect.github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1962](https://redirect.github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [conda/rattler#1776](https://redirect.github.com/conda/rattler/pull/1776) and [#&#8203;1962](https://redirect.github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@&#8203;haecker-felix](https://redirect.github.com/haecker-felix) made their first contribution in [#&#8203;1929](https://redirect.github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <https://github.com/prefix-dev/rattler-build/compare/v0.48.1...v0.49.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **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/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
1 day ago
build: Update Pixi (#278) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyfakefs](https://redirect.github.com/pytest-dev/pyfakefs) ([source](https://redirect.github.com/jmcgeheeiv/pyfakefs)) | minor | `==5.9.2` -> `==5.10.0` | | [ruff](https://redirect.github.com/astral-sh/ruff) | patch | `==0.14.0` -> `==0.14.2` | --- ### Release Notes <details> <summary>jmcgeheeiv/pyfakefs (pyfakefs)</summary> ### [`v5.10.0`](https://redirect.github.com/jmcgeheeiv/pyfakefs/blob/HEAD/CHANGES.md#Version-5100-2025-10-11) Adds official support for Python 3.14. Last minor version before the 6.0 release. ##### Changes - the `errno` codes set in `OSError` have changed for some specific error conditions in Windows 11/Windows Server 2025; pyfakefs now matches this behavior instead of the previous behavior under Windows 10 - added official support for Python 3.14 ##### Enhancements - added support for `os.readinto` in Python 3.14 - added support for `pathlib.copy` and `pathlib.copy_into` in Python 3.14 ##### Fixes - fixes patching of Debian-specific `tempfile` in Python 3.13 (see [#&#8203;1214](../../issues/1214)) ### [`v5.9.3`](https://redirect.github.com/jmcgeheeiv/pyfakefs/blob/HEAD/CHANGES.md#Version-593-2025-08-28) Fixes a utility method. ##### Changes - a warning is now issued if trying to create a nested fake filesystem with custom arguments (custom arguments are ignored in this case, as the existing fake filesystem is used) ##### Fixes - fixed `fake_filesystem.add_package_metadata` that had never worked correctly (see [#&#8203;1205](../../issues/1205)) ##### Infrastructure - updated the package build-system minimum version to setuptools v61.2 and higher </details> <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.14.2`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0142) [Compare Source](https://redirect.github.com/astral-sh/ruff/compare/0.14.1...0.14.2) Released on 2025-10-23. ##### Preview features - \[`flake8-gettext`] Resolve qualified names and built-in bindings (`INT001`, `INT002`, `INT003`) ([#&#8203;19045](https://redirect.github.com/astral-sh/ruff/pull/19045)) ##### Bug fixes - Avoid reusing nested, interpolated quotes before Python 3.12 ([#&#8203;20930](https://redirect.github.com/astral-sh/ruff/pull/20930)) - Catch syntax errors in nested interpolations before Python 3.12 ([#&#8203;20949](https://redirect.github.com/astral-sh/ruff/pull/20949)) - \[`fastapi`] Handle ellipsis defaults in `FAST002` autofix ([#&#8203;20810](https://redirect.github.com/astral-sh/ruff/pull/20810)) - \[`flake8-simplify`] Skip `SIM911` when unknown arguments are present ([#&#8203;20697](https://redirect.github.com/astral-sh/ruff/pull/20697)) - \[`pyupgrade`] Always parenthesize assignment expressions in fix for `f-string` (`UP032`) ([#&#8203;21003](https://redirect.github.com/astral-sh/ruff/pull/21003)) - \[`pyupgrade`] Fix `UP032` conversion for decimal ints with underscores ([#&#8203;21022](https://redirect.github.com/astral-sh/ruff/pull/21022)) - \[`fastapi`] Skip autofix for keyword and `__debug__` path params (`FAST003`) ([#&#8203;20960](https://redirect.github.com/astral-sh/ruff/pull/20960)) ##### Rule changes - \[`flake8-bugbear`] Skip `B905` and `B912` for fewer than two iterables and no starred arguments ([#&#8203;20998](https://redirect.github.com/astral-sh/ruff/pull/20998)) - \[`ruff`] Use `DiagnosticTag` for more `pyflakes` and `pandas` rules ([#&#8203;20801](https://redirect.github.com/astral-sh/ruff/pull/20801)) ##### CLI - Improve JSON output from `ruff rule` ([#&#8203;20168](https://redirect.github.com/astral-sh/ruff/pull/20168)) ##### Documentation - Add source to testimonial ([#&#8203;20971](https://redirect.github.com/astral-sh/ruff/pull/20971)) - Document when a rule was added ([#&#8203;21035](https://redirect.github.com/astral-sh/ruff/pull/21035)) ##### Other changes - \[syntax-errors] Name is parameter and global ([#&#8203;20426](https://redirect.github.com/astral-sh/ruff/pull/20426)) - \[syntax-errors] Alternative `match` patterns bind different names ([#&#8203;20682](https://redirect.github.com/astral-sh/ruff/pull/20682)) ##### Contributors - [@&#8203;hengky-kurniawan-1](https://redirect.github.com/hengky-kurniawan-1) - [@&#8203;ShalokShalom](https://redirect.github.com/ShalokShalom) - [@&#8203;robsdedude](https://redirect.github.com/robsdedude) - [@&#8203;LoicRiegel](https://redirect.github.com/LoicRiegel) - [@&#8203;TaKO8Ki](https://redirect.github.com/TaKO8Ki) - [@&#8203;dylwil3](https://redirect.github.com/dylwil3) - [@&#8203;11happy](https://redirect.github.com/11happy) - [@&#8203;ntBre](https://redirect.github.com/ntBre) ### [`v0.14.1`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0141) [Compare Source](https://redirect.github.com/astral-sh/ruff/compare/0.14.0...0.14.1) Released on 2025-10-16. ##### Preview features - \[formatter] Remove parentheses around multiple exception types on Python 3.14+ ([#&#8203;20768](https://redirect.github.com/astral-sh/ruff/pull/20768)) - \[`flake8-bugbear`] Omit annotation in preview fix for `B006` ([#&#8203;20877](https://redirect.github.com/astral-sh/ruff/pull/20877)) - \[`flake8-logging-format`] Avoid dropping implicitly concatenated pieces in the `G004` fix ([#&#8203;20793](https://redirect.github.com/astral-sh/ruff/pull/20793)) - \[`pydoclint`] Implement `docstring-extraneous-parameter` (`DOC102`) ([#&#8203;20376](https://redirect.github.com/astral-sh/ruff/pull/20376)) - \[`pyupgrade`] Extend `UP019` to detect `typing_extensions.Text` (`UP019`) ([#&#8203;20825](https://redirect.github.com/astral-sh/ruff/pull/20825)) - \[`pyupgrade`] Fix false negative for `TypeVar` with default argument in `non-pep695-generic-class` (`UP046`) ([#&#8203;20660](https://redirect.github.com/astral-sh/ruff/pull/20660)) ##### Bug fixes - Fix false negatives in `Truthiness::from_expr` for lambdas, generators, and f-strings ([#&#8203;20704](https://redirect.github.com/astral-sh/ruff/pull/20704)) - Fix syntax error false positives for escapes and quotes in f-strings ([#&#8203;20867](https://redirect.github.com/astral-sh/ruff/pull/20867)) - Fix syntax error false positives on parenthesized context managers ([#&#8203;20846](https://redirect.github.com/astral-sh/ruff/pull/20846)) - \[`fastapi`] Fix false positives for path parameters that FastAPI doesn't recognize (`FAST003`) ([#&#8203;20687](https://redirect.github.com/astral-sh/ruff/pull/20687)) - \[`flake8-pyi`] Fix operator precedence by adding parentheses when needed (`PYI061`) ([#&#8203;20508](https://redirect.github.com/astral-sh/ruff/pull/20508)) - \[`ruff`] Suppress diagnostic for f-string interpolations with debug text (`RUF010`) ([#&#8203;20525](https://redirect.github.com/astral-sh/ruff/pull/20525)) ##### Rule changes - \[`airflow`] Add warning to `airflow.datasets.DatasetEvent` usage (`AIR301`) ([#&#8203;20551](https://redirect.github.com/astral-sh/ruff/pull/20551)) - \[`flake8-bugbear`] Mark `B905` and `B912` fixes as unsafe ([#&#8203;20695](https://redirect.github.com/astral-sh/ruff/pull/20695)) - Use `DiagnosticTag` for more rules - changes display in editors ([#&#8203;20758](https://redirect.github.com/astral-sh/ruff/pull/20758),[#&#8203;20734](https://redirect.github.com/astral-sh/ruff/pull/20734)) ##### Documentation - Update Python compatibility from 3.13 to 3.14 in README.md ([#&#8203;20852](https://redirect.github.com/astral-sh/ruff/pull/20852)) - Update `lint.flake8-type-checking.quoted-annotations` docs ([#&#8203;20765](https://redirect.github.com/astral-sh/ruff/pull/20765)) - Update setup instructions for Zed 0.208.0+ ([#&#8203;20902](https://redirect.github.com/astral-sh/ruff/pull/20902)) - \[`flake8-datetimez`] Clarify docs for several rules ([#&#8203;20778](https://redirect.github.com/astral-sh/ruff/pull/20778)) - Fix typo in `RUF015` description ([#&#8203;20873](https://redirect.github.com/astral-sh/ruff/pull/20873)) ##### Other changes - Reduce binary size ([#&#8203;20863](https://redirect.github.com/astral-sh/ruff/pull/20863)) - Improved error recovery for unclosed strings (including f- and t-strings) ([#&#8203;20848](https://redirect.github.com/astral-sh/ruff/pull/20848)) ##### Contributors - [@&#8203;ntBre](https://redirect.github.com/ntBre) - [@&#8203;Paillat-dev](https://redirect.github.com/Paillat-dev) - [@&#8203;terror](https://redirect.github.com/terror) - [@&#8203;pieterh-oai](https://redirect.github.com/pieterh-oai) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;TaKO8Ki](https://redirect.github.com/TaKO8Ki) - [@&#8203;ageorgou](https://redirect.github.com/ageorgou) - [@&#8203;danparizher](https://redirect.github.com/danparizher) - [@&#8203;mgaitan](https://redirect.github.com/mgaitan) - [@&#8203;augustelalande](https://redirect.github.com/augustelalande) - [@&#8203;dylwil3](https://redirect.github.com/dylwil3) - [@&#8203;Lee-W](https://redirect.github.com/Lee-W) - [@&#8203;injust](https://redirect.github.com/injust) - [@&#8203;CarrotManMatt](https://redirect.github.com/CarrotManMatt) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. 👻 **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/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 days ago
build: Update prefix-dev/setup-pixi action to v0.9.2 (#277) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prefix-dev/setup-pixi](https://redirect.github.com/prefix-dev/setup-pixi) | action | patch | `v0.9.1` -> `v0.9.2` | --- ### Release Notes <details> <summary>prefix-dev/setup-pixi (prefix-dev/setup-pixi)</summary> ### [`v0.9.2`](https://redirect.github.com/prefix-dev/setup-pixi/releases/tag/v0.9.2) [Compare Source](https://redirect.github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2) <!-- Release notes generated using configuration in .github/release.yml at v0.9.2 --> ##### What's Changed ##### ✨ New features - feat: Allow caching global environment(s) by [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) in [#&#8203;226](https://redirect.github.com/prefix-dev/setup-pixi/pull/226) **Full Changelog**: <https://github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (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. --- - [ ] <!-- 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/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 days ago
[pre-commit.ci lite] apply automatic fixes
repo-sync/template/default
14 days ago

Active Branches

No pull requests foundAs pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home Terms Privacy Docs