Skip to content

build(deps): cherry-pick 7 pick-me dependabot bumps onto release branch#45911

Closed
Copilot wants to merge 8 commits into
mainfrom
copilot/cherry-pick-dependency-bumps
Closed

build(deps): cherry-pick 7 pick-me dependabot bumps onto release branch#45911
Copilot wants to merge 8 commits into
mainfrom
copilot/cherry-pick-dependency-bumps

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Cherry-picks of all pick-me-labelled dependabot PRs, applied bottom-of-file-first within shared files (tools/base/requirements.txt) to avoid line-shift conflicts.

Picked commits

PR Bump
#45908 slack-sdk 3.41.0 → 3.43.0 (tools/base)
#44801 icalendar 7.0.3 → 7.1.1 (tools/base)
#45271 pytest-asyncio → 1.4.0 (mobile/tools/python)
#44673 packaging 26.1 → 26.2 (docs/tools/python)
#45834 moby/buildkit v0.29.0 → v0.31.1 (ci/)
#45823 actions/cache 5.0.5 → 6.0.0
#45708 actions/checkout 6.0.3 → 7.0.0

Intentionally excluded

#45159 (slack-sdk → 3.42.0) — superseded by #45908 (3.43.0); including it would conflict and downgrade relative to the newer pick.

No conflicts

All 7 cherry-picks applied cleanly. The bottom-up ordering strategy for tools/base/requirements.txt (slack-sdk at ~line 1457 before icalendar at ~line 728) prevented any line-number-shift conflicts.

@repokitteh-read-only

Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #45911 was opened by Copilot.

see: more, trace.

dependabot Bot and others added 7 commits July 1, 2026 10:50
Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.41.0 to 3.43.0.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.41.0...v3.43.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-version: 3.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps [icalendar](https://github.com/collective/icalendar) from 7.0.3 to 7.1.1.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v7.0.3...v7.1.1)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps [packaging](https://github.com/pypa/packaging) from 26.1 to 26.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@26.1...26.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps moby/buildkit from v0.29.0 to v0.31.1.

---
updated-dependencies:
- dependency-name: moby/buildkit
  dependency-version: v0.31.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...2c8a9bd)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 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@df4cb1c...9c091bb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot AI changed the title [WIP] Cherry-pick dependency bump commits in specific order build(deps): cherry-pick 7 pick-me dependabot bumps onto release branch Jul 1, 2026
Copilot finished work on behalf of phlax July 1, 2026 10:52
Copilot AI requested a review from phlax July 1, 2026 10:52
@phlax phlax closed this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants