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 python-packages group with 16 updates #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 16 updates:

Package From To
ansible 11.1.0 11.2.0
ansible-compat 24.10.0 25.1.1
ansible-core 2.18.1 2.18.2
ansible-lint 24.12.2 25.1.1
attrs 24.3.0 25.1.0
black 24.10.0 25.1.0
cachetools 5.5.0 5.5.1
certifi 2024.12.14 2025.1.31
filelock 3.16.1 3.17.0
google-auth 2.37.0 2.38.0
mitogen 0.3.19 0.3.21
molecule 24.12.0 25.2.0
molecule-plugins 23.6.0 23.7.0
pygments 2.18.0 2.19.1
referencing 0.35.1 0.36.2
ruamel-yaml 0.18.7 0.18.10

Updates ansible from 11.1.0 to 11.2.0

Commits
  • bef563d Ansible 11.2.0: Dependencies, changelog and porting guide (#517)
  • 8f0935a Updated changelogs and porting guides. (#514)
  • 15f55ba Revert cisco.meraki pin (#513)
  • f9cf766 Add cisco.meraki constraint also to Ansible 9, which is used in antsibull-cor...
  • 623bc60 Add cisco.meraki constraint also to Ansible 8, which is used in antsibull-bui...
  • 4597642 Pin cisco.meraki to < 2.20.0. (#511)
  • 3711416 Remove EOL'ed Ansible versions from CI matrix. (#510)
  • b04757d Remove cisco.asa from Ansible 12 (#509)
  • 40a9ddd Ansible 9.13.0: Dependencies, changelog and porting guide (#507)
  • 48c5594 Ansible 10.7.0: Dependencies, changelog and porting guide (#506)
  • See full diff in compare view

Updates ansible-compat from 24.10.0 to 25.1.1

Release notes

Sourced from ansible-compat's releases.

v25.1.1

Bugfixes

v25.1.0

Major

  • Inject venv site-packages at the top of collection path (test isolation) (#447) @​ssbarnea
  • Fail if old ANSIBLE_COLLECTIONS_PATHS is detected (#449) @​ssbarnea

Bugfixes

v25.0.0 (yanked)

Major

Bugfixes

Commits
  • 2a8732f Ensure that cache directory is writable (#453)
  • 83c5cfb Inject venv site-packages at the top of collection path (test isolation) (#447)
  • 43229fe Bump the dependencies group in /.config with 3 updates (#452)
  • b74e7d4 Patch #449 to use ANSIBLE_COLLECTIONS_PATH (#450)
  • 709cea0 Fail if old ANSIBLE_COLLECTIONS_PATHS is detected (#449)
  • b5c3067 Bump the dependencies group in /.config with 4 updates (#448)
  • 0d3774e Ensure we constrain test dependencies with uv (#446)
  • 4db0011 Bump the dependencies group in /.config with 2 updates (#445)
  • 29d0329 Change cache_dir location to prefer venv and project_directory (#439)
  • a9387df Use correct init_plugin_loader (#444)
  • Additional commits viewable in compare view

Updates ansible-core from 2.18.1 to 2.18.2

Release notes

Sourced from ansible-core's releases.

v2.18.2

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.18.2rc1

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

Commits

Updates ansible-lint from 24.12.2 to 25.1.1

Release notes

Sourced from ansible-lint's releases.

v25.1.1

Bugfixes

Other

  • Add documentation about how to use private repositories with the github action (#4491) @​umglurf

v25.1.0

Enhancements

Bugfixes

Other

Commits
  • 395b674 Update compat and pre-commit versions (#4495)
  • 6745e7c Add documentation about how to use private repositories with the github actio...
  • e885de5 Bump the dependencies group in /.config with 8 updates (#4494)
  • 7a68938 Fix output terminal colors error for black on black (#4490)
  • e918e02 Improve path injection logic to resolve symlinked directories (#4488)
  • 8b45ff5 Remove dependency hack that prevents installation on Windows (#4487)
  • 9c98174 Make testing of calls outside an activated venv more resilient (#4486)
  • 1746028 Allow ansible-lint action to be used from composite workflows (#4481)
  • 971d330 Fix WARN on empty/template meta/main.yaml (#4379)
  • 9eecae0 Move octal example code next to octals definition (#4475)
  • Additional commits viewable in compare view

Updates attrs from 24.3.0 to 25.1.0

Commits

Updates black from 24.10.0 to 25.1.0

Release notes

Sourced from black's releases.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be

... (truncated)

Changelog

Sourced from black's changelog.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

... (truncated)

Commits

Updates cachetools from 5.5.0 to 5.5.1

Changelog

Sourced from cachetools's changelog.

v5.5.1 (2025-01-21)

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

Commits
  • b072920 Release v5.5.1.
  • efc3633 Fix #138: Add documentation regarding caching of exceptions.
  • d5c6892 Officially support Python 3.13.
  • a34b9c5 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-...
  • 9c122a2 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checko...
  • d44c984 Create FUNDING.yml
  • 49bff17 Bump actions/checkout from 4.1.7 to 4.2.0
  • 85c6026 Bump actions/setup-python from 5.1.1 to 5.2.0
  • See full diff in compare view

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates filelock from 3.16.1 to 3.17.0

Release notes

Sourced from filelock's releases.

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

Updates google-auth from 2.37.0 to 2.38.0

Release notes

Sourced from google-auth's releases.

v2.38.0

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Changelog

Sourced from google-auth's changelog.

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Commits
  • ca82184 chore(main): release 2.38.0 (#1657)
  • d049370 chore: Add warnings regarding consuming externally sourced credentials (#1655)
  • 34ee3fe feat: adding domain-wide delegation flow in impersonated credential (#1624)
  • 1972c7b chore: improve error message in _metadata.py (#1652)
  • See full diff in compare view

Updates mitogen from 0.3.19 to 0.3.21

Release notes

Sourced from mitogen's releases.

v0.3.21

What's Changed

New Contributors

Full Changelog: mitogen-hq/mitogen@v0.3.20...v0.3.21

v0.3.20

What's Changed

Thanks to @​extmind and @​stefanor for contributing to and testing interpreter_python fixes.

Full Changelog: mitogen-hq/mitogen@v0.3.19...v0.3.20

Changelog

Sourced from mitogen's changelog.

v0.3.21 (2025-01-20)

  • :gh:issue:1209 docs: Fix Netlify build of website
  • :gh:issue:1216 :mod:ansible_mitogen: Add all ansible_freeipa modules to the always-fork list.
  • :gh:issue:766 :mod:ansible_mitogen: Fix ""could not recover task_vars" and "get_with_context_result object has no attribute _create_control_path" when using kubectl, netconf, or network_cli connection plugins.

v0.3.20 (2025-01-07)

  • :gh:issue:1079 :mod:ansible_mitogen: Fix :ans:mod:wait_for_connection timeout with templated ansible_python_interpreter
  • :gh:issue:1079 :mod:ansible_mitogen: Fix templated python interpreter with meta: reset_connection
  • :gh:issue:1083 :mod:ansible_mitogen: Templated connection timeout (e.g. ansible_timeout).
  • :gh:issue:740 :mod:ansible_mitogen: Respect interpreter_python in ansible.cfg and ANSIBLE_PYTHON_INTERPRETER environment variable.
Commits
  • b8c876d Merge pull request #1224 from moreati/release-v0.3.22
  • 0ebbb06 Merge commit '8b7354c' into release-v0.3.22
  • 8b7354c Prepare v0.3.21
  • 53b6bf0 docs: Add changelog, credits for connection_loader__get fixes
  • c39c475 Merge pull request #1215 from Nihlus/fix-connection-loader
  • 211079f Add regression tests for the new connection logic.
  • 8ebeaff Disallow connection redirection of sub-connections if the top-level connectio...
  • d0afae7 Fix usage of connection_loader__get by wrapping the correct upstream functions.
  • 69a6173 Merge pull request #1217 from Nihlus/fork-freeipa-modules
  • 0d1c84e Update changelog.
  • Additional commits viewable in compare view

Updates molecule from 24.12.0 to 25.2.0

Release notes

Sourced from molecule's releases.

v25.2.0

Major

Enhancements

Bugfixes

v25.1.0

Enhancements

Bugfixes

Commits

Updates molecule-plugins from 23.6.0 to 23.7.0

Release notes

Sourced from molecule-plugins's releases.

v23.7.0

Enhancements

Bugfixes

Other

Commits
  • 980db38 .github/workflows/release.yml: Fix release
  • 613b885 Moving cleaning up molecule_instance_config tasks to the of the block, becaus...
  • d511fe6 [Molecule v25.1.0] Replace util.run_command() with get_app(Path()).run_command()
  • 3252e87 Update cert-tofu to cert:tofu
  • eab00ef Openstack add public IP options (#263)
  • a372bd3 bug: missing until for retry in gce plugin (#288)
  • 35fbde7 Vagrant: Reducing whitespace in Vagrantfile (#289)
  • 485f9ff Add docs on creating new releases (#287)
  • 9514107 Update the community.docker collection (#257)
  • b82a32c podman: default the hostname to the name of the platform (#264)
  • Additional commits viewable in compare view

Updates pygments from 2.18.0 to 2.19.1

Release notes

Sourced from pygments's releases.

2.19.1

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

2.19.0

  • New lexers:

  • Updated lexers:

    • BQN: Various improvements (#2789)
    • C#: Fix number highlighting (#986, #2727), add file keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)
    • CSS: Add revert (#2766, #2775)
    • Debian control: Add Change-By field (#2757)
    • Elip: Improve punctuation handling (#2651)
    • Igor: Add int (#2801)
    • Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
    • Java: Support functions returning types containing a question mark (#2737)
    • JavaScript: Support private identiiers (#2729, #2671)
    • LLVM: Add splat, improve floating-point number parsing (#2755)
    • Lua: Improve variable detection, add built-in functions (#2829)
    • Macaulay2: Update to 1.24.11 (#2800)
    • PostgreSQL: Add more EXPLAIN keywords (#2785), handle / (#2774)
    • S-Lexer: Fix keywords (#2082, #2750)
    • TransactSQL: Fix single-line comments (#2717)
    • Turtle: Fix triple quoted strings (#2744, #2758)
    • Typst: Various improvements (#2724)
    • Various: Add ^ as an operator to Matlab, Oc...

      Description has been truncated

Bumps the python-packages group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `11.1.0` | `11.2.0` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.10.0` | `25.1.1` |
| [ansible-core](https://github.com/ansible/ansible) | `2.18.1` | `2.18.2` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.12.2` | `25.1.1` |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` |
| [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.37.0` | `2.38.0` |
| [mitogen](https://github.com/mitogen-hq/mitogen) | `0.3.19` | `0.3.21` |
| [molecule](https://github.com/ansible-community/molecule) | `24.12.0` | `25.2.0` |
| [molecule-plugins](https://github.com/ansible-community/molecule-plugins) | `23.6.0` | `23.7.0` |
| [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.2` |
| ruamel-yaml | `0.18.7` | `0.18.10` |


Updates `ansible` from 11.1.0 to 11.2.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@11.1.0...11.2.0)

Updates `ansible-compat` from 24.10.0 to 25.1.1
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.10.0...v25.1.1)

Updates `ansible-core` from 2.18.1 to 2.18.2
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](ansible/ansible@v2.18.1...v2.18.2)

Updates `ansible-lint` from 24.12.2 to 25.1.1
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.12.2...v25.1.1)

Updates `attrs` from 24.3.0 to 25.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `cachetools` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v5.5.1)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

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

Updates `google-auth` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.37.0...v2.38.0)

Updates `mitogen` from 0.3.19 to 0.3.21
- [Release notes](https://github.com/mitogen-hq/mitogen/releases)
- [Changelog](https://github.com/mitogen-hq/mitogen/blob/master/docs/changelog.rst)
- [Commits](mitogen-hq/mitogen@v0.3.19...v0.3.21)

Updates `molecule` from 24.12.0 to 25.2.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v24.12.0...v25.2.0)

Updates `molecule-plugins` from 23.6.0 to 23.7.0
- [Release notes](https://github.com/ansible-community/molecule-plugins/releases)
- [Commits](ansible-community/molecule-plugins@v23.6.0...v23.7.0)

Updates `pygments` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.1)

Updates `referencing` from 0.35.1 to 0.36.2
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.35.1...v0.36.2)

Updates `ruamel-yaml` from 0.18.7 to 0.18.10

---
updated-dependencies:
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mitogen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: molecule
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: molecule-plugins
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: referencing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
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.

0 participants