Skip to content
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

Bump the all group across 1 directory with 4 updates #91

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the all group with 6 updates in the / directory:

Package From To
ansible-lint 24.9.0 24.9.2
antsibull-docs 2.14.0 2.15.0
galaxy-importer 0.4.25 0.4.26
molecule 24.7.0 24.9.0
setuptools 75.1.0 75.3.0
tft-cli 0.0.17 0.0.20

Updates ansible-lint from 24.9.0 to 24.9.2

Release notes

Sourced from ansible-lint's releases.

v24.9.2

Bugfixes

v24.9.1

Bugfixes

Other

Commits
  • 3b5bee1 Fix github action (#4342)
  • 712b530 Fix missing MatchErrors due to hash collisions (#4307)
  • cd3dbd0 Remove requirement of options field in argument_specs.yaml (#4291)
  • 4e3058f Correct use of working directory with ansible-lint github action (#4340)
  • 571711f Avoid running application initialization twice (#4335)
  • 9d63816 Handle bare exception case from nested jinja2 vars (#4315)
  • 242fea0 Move PYTEST_REQPASS to tox.ini to allow its update from forks (#4339)
  • 763880a Require ansible-compat>=24.9.1 (#4336)
  • 8d9fe1d Bump coactions/dynamic-matrix from 1 to 3 (#4294)
  • 1bbe6d1 Update execution environment schema (#4334)
  • Additional commits viewable in compare view

Updates antsibull-docs from 2.14.0 to 2.15.0

Release notes

Sourced from antsibull-docs's releases.

2.15.0

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

Changelog

Sourced from antsibull-docs's changelog.

v2.15.0

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

Commits

Updates galaxy-importer from 0.4.25 to 0.4.26

Changelog

Sourced from galaxy-importer's changelog.

galaxy-importer 0.4.26 (2024-10-23)

Features

  • Add a playbook loader. (AAP-33502 <https://issues.redhat.com/browse/AAP-33502>_)
Commits

Updates molecule from 24.7.0 to 24.9.0

Release notes

Sourced from molecule's releases.

v24.9.0

Enhancements

Bugfixes

v24.8.0

Enhancements

Bugfixes

Commits

Updates setuptools from 75.1.0 to 75.3.0

Changelog

Sourced from setuptools's changelog.

v75.3.0

Features

  • Allowed using dict as an ordered type in setuptools.dist.check_requirements -- by :user:Avasam (#4575)

Bugfixes

  • Ensured methods in setuptools.modified preferably raise a consistent distutils.errors.DistutilsError type (except in the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib) -- by :user:Avasam (#4567)
  • Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the "d" flag. (#4674)
  • Fix clashes for optional-dependencies in pyproject.toml and extra_requires in setup.cfg/setup.py. As per PEP 621, optional-dependencies have to be honoured and dynamic behaviour is not allowed. (#4696)

Misc

v75.2.0

Features

  • Made errors when parsing Distribution data more explicit about the expected type (tuple[str, ...] | list[str]) -- by :user:Avasam (#4578)

Bugfixes

  • Fix a TypeError when a Distribution's old included attribute was a tuple -- by :user:Avasam (#4578)
  • Add workaround for bdist_wheel --dist-info-dir errors when customisation does not inherit from setuptools. (#4684)

v75.1.1

Bugfixes

... (truncated)

Commits
  • d8da7df Bump version: 75.2.0 → 75.3.0
  • a21c7fa Fix grammar in news fragment
  • a9a79e7 Fix wheel ABI tag for debug Python 3.13 on Windows (#4676)
  • 0bc3248 Merge simple type annotations from typeshed (#4504)
  • 1155ca8 Fix wheel ABI tag for debug Python 3.13 on Windows
  • 1ca55c9 Workaround for clash between ruff in pre-commit hook and pytest-ruff (#...
  • c498d16 Satisfy ruff linter - automatic fix
  • 1f92af5 Sync pre-commit-hook with version of ruff that gets automatically pulled in t...
  • a39336b Ruff: enable all pyflakes and perf rules (#4556)
  • e5f16a2 bump jaraco.test to py.typed version 5.5 in test extra (#4651)
  • Additional commits viewable in compare view

Updates tft-cli from 0.0.17 to 0.0.20

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

@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 17:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/all-1a6bc930bf branch from f803f8b to 87d9831 Compare November 11, 2024 16:13
Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.9.0` | `24.9.2` |
| [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.14.0` | `2.15.0` |
| [galaxy-importer](https://github.com/ansible/galaxy-importer) | `0.4.25` | `0.4.26` |
| [molecule](https://github.com/ansible-community/molecule) | `24.7.0` | `24.9.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.3.0` |
| tft-cli | `0.0.17` | `0.0.20` |



Updates `ansible-lint` from 24.9.0 to 24.9.2
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.9.0...v24.9.2)

Updates `antsibull-docs` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/ansible-community/antsibull-docs/releases)
- [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-docs@2.14.0...2.15.0)

Updates `galaxy-importer` from 0.4.25 to 0.4.26
- [Changelog](https://github.com/ansible/galaxy-importer/blob/master/CHANGES.rst)
- [Commits](ansible/galaxy-importer@v0.4.25...v0.4.26)

Updates `molecule` from 24.7.0 to 24.9.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v24.7.0...v24.9.0)

Updates `setuptools` from 75.1.0 to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.1.0...v75.3.0)

Updates `tft-cli` from 0.0.17 to 0.0.20

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: antsibull-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: galaxy-importer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: molecule
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tft-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@fghanmi fghanmi force-pushed the dependabot/pip/all-1a6bc930bf branch from 87d9831 to ede23e3 Compare November 18, 2024 09:35
@fghanmi fghanmi changed the title Bump the all group across 1 directory with 6 updates Bump the all group across 1 directory with 4 updates Nov 21, 2024
@fghanmi
Copy link
Contributor

fghanmi commented Nov 21, 2024

@bkabrda it seems that tft-cli=0.0.20 was the culprit, so we'll keep using 0.0.17

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant