Skip to content

Bump the "all" group with 2 updates across multiple ecosystems#104

Merged
shenanigansd merged 1 commit into
mainfrom
dependabot/all-fe5881b6d4
Jul 5, 2026
Merged

Bump the "all" group with 2 updates across multiple ecosystems#104
shenanigansd merged 1 commit into
mainfrom
dependabot/all-fe5881b6d4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: actions/checkout, astral-sh/setup-uv and codecov/codecov-action.

Updates actions/checkout from 6.0.2 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates astral-sh/setup-uv from 8.1.0 to 8.2.0

Release notes

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

v8.2.0 🌈 New inputs quiet and download-from-astral-mirror

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details. In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token. All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

... (truncated)

Commits
  • fac544c chore(deps): roll up dependabot updates (#903)
  • 7390f77 docs: update dependabot rollup biome guidance (#902)
  • 363c64a chore(deps): roll up dependabot updates (#901)
  • c4fcbaf chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 (#900)
  • 8e642c5 chore: update known checksums for 0.11.18 (#899)
  • a92cb43 Add quiet input to suppress info-level log output (#898)
  • e07f2ac chore(deps): bump eifinger/actionlint-action from 1.10.1 to 1.10.2 (#842)
  • bc4034e chore(deps): bump github/codeql-action from 4.35.4 to 4.36.0 (#893)
  • df42d4f chore(deps): bump zizmorcore/zizmor-action from 0.5.5 to 0.5.6 (#891)
  • b9c8c4c feat: add download-from-astral-mirror input (#897)
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 6.0.1 to 7.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Bumps the all group with 1 update: itertools.

Updates itertools from 0.14.0 to 0.15.0

Changelog

Sourced from itertools's changelog.

0.15.0

Breaking

  • Restructure Position as struct instead of enum (#1042, #1043)
  • Canonicalize all_equal_value's error type (#1032)

Added

  • Add *_with_hasher adaptors (#1007)
  • Add strip_prefix and strip_prefix_by methods (#1104)

Changed

  • Remove Clone bounds from tuple_combinations and array_combinations(#1011)
  • must_use for collect_vec (#1009)
  • Make izip! temporary friendly (#1021)
  • Add array_combinations_with_replacement (#1033)
  • Implement Debug for remaining public types (#1038)
  • Specialize ExactlyOneError::count (#1046)
  • Implement PeekingNext for more types, in particular vec::IntoIter (#1059, #1073)
  • Fix PadUsing::next_back (#1082)
  • Introduce [circular_]array_windows, deprecate tuple_windows (#1086)
  • Deprecate tuple_combinations (replaced by array_combinations) (#1085)

Notable Internal Changes

Commits
  • 37bd72a Update CHANGELOG.md: strip_prefix[_by]
  • 86ec635 Use ControlFlow in fold_while implementation
  • d5897f7 refactor(strip_prefix): use try_for_each and drop PartialEq, Eq on StripPrefi...
  • b2a978a feat(Itertools): add strip_prefix and strip_prefix_by methods
  • 12b6ec6 Update CHANGELOG.md for all_equal_value_error's error type
  • 121821e AllEqualValueError implements std::error::Error
  • adac44e Introduce AllEqualValueError
  • 5707384 Update CHANGELOG.md
  • df60ff0 Update CHANGELOG.md
  • 113b850 Update CHANGELOG.md to include with_hasher
  • Additional commits viewable 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 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 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `actions/checkout` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...9c091bb)

Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@0880764...fac544c)

Updates `codecov/codecov-action` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@e79a696...fb8b358)
build(deps): Bump itertools from 0.14.0 to 0.15.0 in the all group

Bumps the all group with 1 update: [itertools](https://github.com/rust-itertools/itertools).


Updates `itertools` from 0.14.0 to 0.15.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: codecov/codecov-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: itertools
  dependency-version: 0.15.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 Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

❌ 6 Tests Failed:

Tests completed Failed Passed Skipped
147 6 141 0
View the full list of 6 ❄️ 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 21 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 21 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 21 times)

Stack Traces | 0.001s 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 21 times)

Stack Traces | 0s 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 21 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_part2

Flake rate in main: 100.00% (Passed 0 times, Failed 12 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.

@shenanigansd shenanigansd merged commit 374e124 into main Jul 5, 2026
6 of 8 checks passed
@shenanigansd shenanigansd deleted the dependabot/all-fe5881b6d4 branch July 5, 2026 01:32
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.

1 participant