Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the all group with 5 updates:

Package From To
darbiadev/.github/.github/workflows/generic-precommit.yaml 15.1.0 15.2.0
astral-sh/setup-uv 7.1.6 7.2.0
darbiadev/.github/.github/workflows/rust-lint.yaml 15.1.0 15.2.0
darbiadev/.github/.github/workflows/rust-clippy.yaml 15.1.0 15.2.0
darbiadev/.github/.github/workflows/rust-test.yaml 15.1.0 15.2.0

Updates darbiadev/.github/.github/workflows/generic-precommit.yaml from 15.1.0 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/generic-precommit.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • See full diff in compare view

Updates astral-sh/setup-uv from 7.1.6 to 7.2.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.2.0 🌈 add outputs python-version and python-cache-hit

Changes

Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:

  • python-version: The Python version that was set (same content as existing UV_PYTHON)
  • python-cache-hit: A boolean value to indicate the Python cache entry was found

While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.

[!NOTE]
This release will invalidate caches that contain the Python binaries. This happens a single time.

🐛 Bug fixes

  • chore: remove stray space from UV_PYTHON_INSTALL_DIR message @​akx (#720)

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

Commits
  • 61cb8a9 add outputs python-version and python-cache-hit (#728)
  • 11050ed fix: use uv_build backend for old-python-constraint-project (#729)
  • 1d22faf Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (#719)
  • f4ed82a Bump github/codeql-action from 4.31.6 to 4.31.9 (#723)
  • e0409b4 chore: update known checksums for 0.9.22 (#727)
  • 702b425 chore: update known checksums for 0.9.21 (#726)
  • 2630c86 chore: update known checksums for 0.9.20 (#725)
  • 45cfcb3 Add action typings with validation (#721)
  • ce0a899 chore: update known checksums for 0.9.18 (#718)
  • 9c8d030 chore: remove stray space from UV_PYTHON_INSTALL_DIR message (#720)
  • See full diff in compare view

Updates darbiadev/.github/.github/workflows/rust-lint.yaml from 15.1.0 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/rust-lint.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • See full diff in compare view

Updates darbiadev/.github/.github/workflows/rust-clippy.yaml from 15.1.0 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/rust-clippy.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • See full diff in compare view

Updates darbiadev/.github/.github/workflows/rust-test.yaml from 15.1.0 to 15.2.0

Release notes

Sourced from darbiadev/.github/.github/workflows/rust-test.yaml's releases.

v15.2.0

What's Changed

Full Changelog: darbiadev/.github@v15.1.0...v15.2.0

Commits
  • 4401664 build(deps): bump the callable-workflows group with 9 updates (#162)
  • a79ad04 build(deps): bump darbiadev/.github (#159)
  • 37c9377 build(deps): bump actions/upload-artifact (#161)
  • 426cc8d build(deps): bump the callable-workflows group with 7 updates (#160)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [darbiadev/.github/.github/workflows/generic-precommit.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.6` | `7.2.0` |
| [darbiadev/.github/.github/workflows/rust-lint.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` |
| [darbiadev/.github/.github/workflows/rust-clippy.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` |
| [darbiadev/.github/.github/workflows/rust-test.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` |


Updates `darbiadev/.github/.github/workflows/generic-precommit.yaml` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@45471b5...4401664)

Updates `astral-sh/setup-uv` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@681c641...61cb8a9)

Updates `darbiadev/.github/.github/workflows/rust-lint.yaml` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@45471b5...4401664)

Updates `darbiadev/.github/.github/workflows/rust-clippy.yaml` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@45471b5...4401664)

Updates `darbiadev/.github/.github/workflows/rust-test.yaml` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@45471b5...4401664)

---
updated-dependencies:
- dependency-name: darbiadev/.github/.github/workflows/generic-precommit.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: darbiadev/.github/.github/workflows/rust-lint.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: darbiadev/.github/.github/workflows/rust-clippy.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: darbiadev/.github/.github/workflows/rust-test.yaml
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 18, 2026
@codecov
Copy link

codecov bot commented Jan 18, 2026

❌ 7 Tests Failed:

Tests completed Failed Passed Skipped
147 7 140 0
View the full list of 7 ❄️ flaky test(s)
events/advent_of_code/2024/02/python/test_aoc_2024_02.py::test_report_is_safe_wth_dampener[values1-False]

Flake rate in main: 100.00% (Passed 0 times, Failed 14 times)

Stack Traces | 0.001s run time
values = [1, 2, 7, 8, 9], is_safe = False

    @pytest.mark.parametrize(
        ("values", "is_safe"),
        [
            ([7, 6, 4, 2, 1], True),
            ([1, 2, 7, 8, 9], False),
            ([9, 7, 6, 2, 1], False),
            ([1, 3, 2, 4, 5], True),
            ([8, 6, 4, 4, 1], True),
            ([1, 3, 6, 7, 9], True),
        ],
    )
    def test_report_is_safe_wth_dampener(values: list[int], is_safe: bool) -> None:  # noqa: FBT001
>       assert Report(values).is_safe(dampener_enabled=True) == is_safe
E       assert True == False
E        +  where True = is_safe(dampener_enabled=True)
E        +    where is_safe = Report(values=[1, 2, 7, 8, 9]).is_safe
E        +      where Report(values=[1, 2, 7, 8, 9]) = Report([1, 2, 7, 8, 9])

.../02/python/test_aoc_2024_02.py:32: AssertionError
events/advent_of_code/2024/02/python/test_aoc_2024_02.py::test_report_is_safe_wth_dampener[values2-False]

Flake rate in main: 100.00% (Passed 0 times, Failed 14 times)

Stack Traces | 0.001s run time
values = [9, 7, 6, 2, 1], is_safe = False

    @pytest.mark.parametrize(
        ("values", "is_safe"),
        [
            ([7, 6, 4, 2, 1], True),
            ([1, 2, 7, 8, 9], False),
            ([9, 7, 6, 2, 1], False),
            ([1, 3, 2, 4, 5], True),
            ([8, 6, 4, 4, 1], True),
            ([1, 3, 6, 7, 9], True),
        ],
    )
    def test_report_is_safe_wth_dampener(values: list[int], is_safe: bool) -> None:  # noqa: FBT001
>       assert Report(values).is_safe(dampener_enabled=True) == is_safe
E       assert True == False
E        +  where True = is_safe(dampener_enabled=True)
E        +    where is_safe = Report(values=[9, 7, 6, 2, 1]).is_safe
E        +      where Report(values=[9, 7, 6, 2, 1]) = Report([9, 7, 6, 2, 1])

.../02/python/test_aoc_2024_02.py:32: AssertionError
events/advent_of_code/2024/04/python/test_aoc_2024_04.py::test_part1

Flake rate in main: 100.00% (Passed 0 times, Failed 14 times)

Stack Traces | 0.002s run time
def test_part1() -> None:
>       assert part1(TEST_INPUT) == 18
E       AssertionError: assert 5 == 18
E        +  where 5 = part1('\nMMMSXXMASM\nMSAMXMSMSA\nAMXSXMAAMM\nMSAMASMSMX\nXMASAMXAMM\nXXAMMXXAMA\nSMSMSASXSS\nSAXAMASAAA\nMAMMMXMMMM\nMXMXAXMASX\n')

.../04/python/test_aoc_2024_04.py:18: AssertionError
events/advent_of_code/2024/04/python/test_aoc_2024_04.py::test_part2

Flake rate in main: 100.00% (Passed 0 times, Failed 14 times)

Stack Traces | 0.001s run time
def test_part2() -> None:
>       assert part2(TEST_INPUT) == 0
E       AssertionError: assert 111 == 0
E        +  where 111 = part2('\nMMMSXXMASM\nMSAMXMSMSA\nAMXSXMAAMM\nMSAMASMSMX\nXMASAMXAMM\nXXAMMXXAMA\nSMSMSASXSS\nSAXAMASAAA\nMAMMMXMMMM\nMXMXAXMASX\n')

.../04/python/test_aoc_2024_04.py:22: AssertionError
events/advent_of_code/2024/05/python/test_aoc_2024_05.py::test_part2

Flake rate in main: 100.00% (Passed 0 times, Failed 14 times)

Stack Traces | 0.001s run time
def test_part2() -> None:
>       assert part2(*parse_input(TEST_INPUT)) == 123
E       AssertionError: assert 47 == 123
E        +  where 47 = part2(*([(47, 53), (97, 13), (97, 61), (97, 47), (75, 29), (61, 13), ...], [[75, 47, 61, 53, 29], [97, 61, 53, 29, 13], [75, 29, 13], [97, 75, 47, 61, 53], [61, 29, 13], [97, 75, 47, 29, 13]]))
E        +    where ([(47, 53), (97, 13), (97, 61), (97, 47), (75, 29), (61, 13), ...], [[75, 47, 61, 53, 29], [97, 61, 53, 29, 13], [75, 29, 13], [97, 75, 47, 61, 53], [61, 29, 13], [97, 75, 47, 29, 13]]) = parse_input('\n47|53\n97|13\n97|61\n97|47\n75|29\n61|13\n75|53\n29|13\n97|29\n53|29\n61|53\n97|53\n61|29\n47|13\n75|47\n97|75\n47|61\n75|61\n47|29\n75|13\n53|13\n\n75,47,61,53,29\n97,61,53,29,13\n75,29,13\n75,97,47,61,53\n61,13,29\n97,13,75,29,47\n')

.../05/python/test_aoc_2024_05.py:75: AssertionError
events/advent_of_code/2025/03/python/test_aoc_2025_03.py::test_parse_input

Flake rate in main: 60.00% (Passed 2 times, Failed 3 times)

Stack Traces | 0.001s run time
def test_parse_input() -> None:
>       assert parse_input(TEST_INPUT) == PARSED_EXAMPLE
E       assert [[9, 8, 7, 6,...1, 8, 1, ...]] == [[9, 8, 7, 6,...9, 1, 1, ...]]
E         
E         At index 0 diff: [9, 8, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1] != [9, 8, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1]
E         
E         Full diff:
E           [
E               [
E                   9,
E                   8,
E                   7,
E                   6,
E                   5,
E                   4,
E                   3,
E                   2,
E         +         1,
E         +         1,
E         +         1,
E                   1,
E                   1,
E                   1,
E                   1,
E               ],
E               [
E                   8,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E                   1,
E         +         1,
E         +         1,
E         +         1,
E                   9,
E               ],
E               [
E         +         2,
E                   3,
E                   4,
E         +         2,
E                   3,
E                   4,
E         +         2,
E                   3,
E                   4,
E                   2,
E                   3,
E                   4,
E                   2,
E                   7,
E                   8,
E               ],
E               [
E                   8,
E         +         1,
E                   8,
E         +         1,
E                   8,
E         +         1,
E                   9,
E                   1,
E                   1,
E                   1,
E                   1,
E                   2,
E                   1,
E                   1,
E                   1,
E               ],
E           ]

.../03/python/test_aoc_2025_03.py:19: AssertionError
events/advent_of_code/2025/03/python/test_aoc_2025_03.py::test_part2

Flake rate in main: 100.00% (Passed 0 times, Failed 5 times)

Stack Traces | 0.001s run time
def test_part2() -> None:
>       assert part2(PARSED_EXAMPLE) == 3121910778619
E       assert 3031110778619 == 3121910778619
E        +  where 3031110778619 = part2([[9, 8, 7, 6, 5, 4, ...], [8, 1, 1, 1, 1, 1, ...], [3, 4, 3, 4, 3, 4, ...], [8, 8, 8, 9, 1, 1, ...]])

.../03/python/test_aoc_2025_03.py:27: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2026

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jan 18, 2026
@dependabot dependabot bot deleted the dependabot/all-bcad4065e9 branch January 18, 2026 21:11
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants