Skip to content

chore: Bump the ci group in /.github/workflows with 3 updates #542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the ci group in /.github/workflows with 3 updates: meltano, tox and tox-uv.

Updates meltano from 3.7.5 to 3.7.7

Release notes

Sourced from meltano's releases.

v3.7.7 (2025-05-29)

🐛 Fixes

  • #8793 Avoid passing plugin configuration to the installation environment

⚙️ Under the Hood

  • #9289 Avoid checking catalog cache key if user passed a custom catalog
  • #9280 Split job and ELT schedules into separate classes
  • #9273 Use ruamel.yaml.add_multi_representer to add YAML representations of internal types

📚 Documentation Improvements

  • #9288 Remove outdated log messages from CLI examples
  • #9271 Fixed typo mapper -> mappers in meltano.yml inline data mapping example

📦 Packaging changes

  • #9290 Bump latest supported version of setuptools to 80

v3.7.6 (2025-05-14)

🐛 Fixes

  • #9260 Fixed state merging for incomplete/interrupted payloads
  • #9258 Avoid writing empty state after an invalid STATE message -- Thanks @​joaopamaral!
Changelog

Sourced from meltano's changelog.

v3.7.7 (2025-05-29)

🐛 Fixes

  • #8793 Avoid passing plugin configuration to the installation environment

⚙️ Under the Hood

  • #9289 Avoid checking catalog cache key if user passed a custom catalog
  • #9280 Split job and ELT schedules into separate classes
  • #9273 Use ruamel.yaml.add_multi_representer to add YAML representations of internal types

📚 Documentation Improvements

  • #9288 Remove outdated log messages from CLI examples
  • #9271 Fixed typo mapper -> mappers in meltano.yml inline data mapping example

📦 Packaging changes

  • #9290 Bump latest supported version of setuptools to 80

v3.7.6 (2025-05-14)

🐛 Fixes

  • #9260 Fixed state merging for incomplete/interrupted payloads
  • #9258 Avoid writing empty state after an invalid STATE message -- Thanks @​joaopamaral!
Commits
  • 16925a9 chore: Release v3.7.7 (#9291)
  • bd57555 packaging: Bump latest supported version of setuptools to 80 (#9290)
  • 837f702 ci: Preliminary testing on Python 3.14
  • 71e83aa chore: Lock file maintenance
  • 39ba144 fix: Avoid passing plugin configuration to the installation environment (#8793)
  • d5e71c7 refactor: Avoid checking catalog cache key if user passed a custom catalog (#...
  • a1727e9 docs: Remove outdated log messages from CLI examples (#9288)
  • aa60f11 chore: Use category slug
  • a20ee5e chore: Remove unsupported fields
  • a86bd3a chore: Rename YAML file
  • Additional commits viewable in compare view

Updates tox from 4.25.0 to 4.26.0

Release notes

Sourced from tox's releases.

4.26.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.25.0...4.26.0

Changelog

Sourced from tox's changelog.

v4.26.0 (2025-05-13)

Features - 4.26.0

- Add support for free-threaded python builds.
  Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick
  builds without no-GIL support. (:issue:`3391`)
- Drop support for EOL Python 3.8. (:issue:`3527`)

Bugfixes - 4.26.0

  • Fix a regression issue related to inability to use file| substitution option in nested set_env sections of ini configurations since tox4 update. (:issue:2435)
  • Fix TypeError for HelpFormatter with Python 3.14 (:issue:3523)
Commits

Updates tox-uv from 1.25.0 to 1.26.0

Release notes

Sourced from tox-uv's releases.

1.26.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox-uv@1.25.0...1.26.0

Commits

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 ci group in /.github/workflows with 3 updates: [meltano](https://github.com/meltano/meltano), [tox](https://github.com/tox-dev/tox) and [tox-uv](https://github.com/tox-dev/tox-uv).


Updates `meltano` from 3.7.5 to 3.7.7
- [Release notes](https://github.com/meltano/meltano/releases)
- [Changelog](https://github.com/meltano/meltano/blob/main/CHANGELOG.md)
- [Commits](meltano/meltano@v3.7.5...v3.7.7)

Updates `tox` from 4.25.0 to 4.26.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.25.0...4.26.0)

Updates `tox-uv` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/tox-dev/tox-uv/releases)
- [Commits](tox-dev/tox-uv@1.25.0...1.26.0)

---
updated-dependencies:
- dependency-name: meltano
  dependency-version: 3.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: tox
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: tox-uv
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2025
@dependabot dependabot bot requested a review from edgarrmondragon as a code owner June 1, 2025 11:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2025
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jun 1, 2025
Merged via the queue into main with commit b7ac9fa Jun 1, 2025
17 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/dot-github/workflows/ci-1ff47395f6 branch June 1, 2025 17:19
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant