Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2025

Bumps the dependencies group in /.config with 14 updates:

Package From To
ansible-compat 25.6.0 25.8.1
ansible-lint 25.7.0 25.8.1
backrefs 5.9 6.0.1
coverage 7.10.3 7.10.4
filelock 3.18.0 3.19.1
griffe 1.11.1 1.12.1
markdown-it-py 3.0.0 4.0.0
mkdocs-macros-plugin 1.3.7 1.3.9
mkdocs-material 9.6.16 9.6.17
mkdocstrings-python 1.16.12 1.17.0
pbr 6.1.1 7.0.0
pydoclint 0.6.6 0.6.10
ruff 0.12.8 0.12.9
virtualenv 20.33.1 20.34.0

Updates ansible-compat from 25.6.0 to 25.8.1

Release notes

Sourced from ansible-compat's releases.

v25.8.1

Bugfixes

v25.8.0

Enhancements

Bugfixes

  • Fix first-run collection discovery by gating plugin loader initialization (#516) @​cidrblock

Maintenance

Commits
  • a902c2f Restore pre ansible-lint 25.8.1 behavior for compatibility (#520)
  • 74c522b Fix first-run collection discovery by gating plugin loader initialization (#516)
  • be3971b chore: pre-commit autoupdate (#508)
  • 56ac5f6 Bump the dependencies group in /.config with 5 updates (#507)
  • 0528327 Bump markdown-exec in /.config in the dependencies group (#506)
  • 7d2de4e Bump the dependencies group across 1 directory with 3 updates (#505)
  • a320020 Bump the dependencies group in /.config with 4 updates (#503)
  • 67f7546 Avoid ack failure due to dependabot labels (#502)
  • See full diff in compare view

Updates ansible-lint from 25.7.0 to 25.8.1

Release notes

Sourced from ansible-lint's releases.

v25.8.1

Bugfixes

  • Fix first-run collection discovery by enabling plugin loader after prepare_environment (#4722) @​cidrblock

Maintenance

v25.8.0

Bugfixes

Commits
  • 1080d91 Fix first-run collection discovery by enabling plugin loader after prepare_en...
  • 06f26f6 Fix mypy and pyright type checking errors (#4724)
  • c12178f Lint failure in ansible.utils: src must be an absolute path fix (#4712)
  • See full diff in compare view

Updates backrefs from 5.9 to 6.0.1

Release notes

Sourced from backrefs's releases.

6.0.1

  • FIX: Fix a regression that created an ASCII binary property that would override the ASCII block property.

6.0

  • NEW: POSIX character classes will now always use POSIX compatibility rules instead of Unicode standard rules, if any are specified in the Unicode specification. The affected character classes are: [[:alnum:]], [[:digit:]], [[:xdigit:]], and [[:punct:]]. To explicitly use standard Unicode rules for these compatibility properties, use the Unicode property form instead: [\p{Alnum}], [\p{Digit}], [\p{Punct}], or [\p{XDigit}]. This has changed to ensure no confusion for users expecting compatible POSIX style character class properties.
  • FIX: Scoped ASCII/Unicode flags ((?a:pattern)/(?u:pattern)) should be respected for Unicode properties in bre and will ensure ASCII or Unicode range if used.
  • FIX: Fix issues related to detecting disabled scoped flags.
Commits

Updates coverage from 7.10.3 to 7.10.4

Changelog

Sourced from coverage's changelog.

Version 7.10.4 — 2025-08-16

  • Added patch = fork for times when the built-in forking support is insufficient.

  • Fix: patch = execv also inherits the entire coverage configuration now.

.. _changes_7-10-3:

Commits
  • 1cd29f2 docs: sample HTML for 7.10.4
  • 92a91e9 docs: prep for 7.10.4
  • 9ee6390 debug: more details in debug messages
  • 6af8a5d feat: patch=fork
  • 0eb292d refactor: a nicer way to inject config from the environment
  • 183cd9b build: tweaks to how the python build is bannered for tox
  • 6c2fb87 chore: make upgrade
  • a22436c test: since 62434e79 we don't need to account for .tox
  • 4ab4bb0 test: add a test for env var truncation
  • bf1a970 refactor: better style for constants
  • Additional commits viewable in compare view

Updates filelock from 3.18.0 to 3.19.1

Release notes

Sourced from filelock's releases.

3.19.1

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.19.0...3.19.1

3.19.0

What's Changed

Full Changelog: tox-dev/filelock@3.18.0...3.19.0

Commits

Updates griffe from 1.11.1 to 1.12.1

Release notes

Sourced from griffe's releases.

1.12.1

1.12.1 - 2025-08-14

Compare with 1.12.0

Code Refactoring

  • Reduce size of JSON dumps by removing keys with null values (58227eb by Timothée Mazzucotelli). Issue-403
  • Add fields to aliases when serializing (5c9fee2 by Timothée Mazzucotelli).
  • Also add the option to ignore missing type to the Sphinx parser (8c9f803 by Timothée Mazzucotelli).

1.12.0

1.12.0 - 2025-08-14

Compare with 1.11.1

Features

Changelog

Sourced from griffe's changelog.

1.12.1 - 2025-08-14

Compare with 1.12.0

Code Refactoring

  • Reduce size of JSON dumps by removing keys with null values (58227eb by Timothée Mazzucotelli). Issue-403
  • Add fields to aliases when serializing (5c9fee2 by Timothée Mazzucotelli).
  • Also add the option to ignore missing type to the Sphinx parser (8c9f803 by Timothée Mazzucotelli).

1.12.0 - 2025-08-14

Compare with 1.11.1

Features

Commits
  • d1899ec chore: Prepare release 1.12.1
  • 58227eb refactor: Reduce size of JSON dumps by removing keys with null values
  • 5c9fee2 refactor: Add fields to aliases when serializing
  • 8c9f803 refactor: Also add the option to ignore missing type to the Sphinx parser
  • 41921c5 chore: Prepare release 1.12.0
  • 07564b4 feat: Allow disabling "missing type/annotation" warnings
  • See full diff in compare view

Updates markdown-it-py from 3.0.0 to 4.0.0

Release notes

Sourced from markdown-it-py's releases.

v4.0.0

What's Changed

This primarily drops support for Python 3.8 and 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.

Upgrades

Improvements

Bug fixes

Maintenance

Documentation

... (truncated)

Changelog

Sourced from markdown-it-py's changelog.

4.0.0 - 2024-08-10

This primarily drops support for Python 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.

  • ⬆️ Drop support for Python 3.9 in #360
  • ⬆️ Comply with Commonmark 0.31.2 in #362
  • 👌 Improve performance of "text" inline rule in #347
  • 👌 Use str.removesuffix in #348
  • 👌 limit the number of autocompleted cells in a table in #364
  • 👌 fix quadratic complexity in reference parser in #367
  • 🐛 Fix emphasis inside raw links bugs in #320

Full Changelog: executablebooks/markdown-it-py@v3.0.0...v4.0.0

Commits

Updates mkdocs-macros-plugin from 1.3.7 to 1.3.9

Changelog

Sourced from mkdocs-macros-plugin's changelog.

Changelog: Mkdocs-Macros

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Commits
  • 86e31f7 Define explicitely python in update_pypi.sh
  • 6b396ec Add info in doc that a module can have relative path (#263)
  • 62daea9 Fix: Fix detection of Jinja2, to allow title rendering (#266)
  • e0ba1ba Test built-in filters (#253)
  • 0bc57e3 Fix imprecision in description of parameters for jinja2 syntax (#252)
  • 4fb7bf6 Change tests: MkDocsPage.find() -> find_text()
  • See full diff in compare view

Updates mkdocs-material from 9.6.16 to 9.6.17

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.17

  • Fixed #8396: Videos do not autoplay when inside a content tab
  • Fixed #8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.17 (2025-08-15)

  • Fixed #8396: Videos do not autoplay when inside a content tab
  • Fixed #8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

mkdocs-material-9.6.16 (2025-07-26)

  • Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #8334: Find-in-page detects matches in hidden search result list

mkdocs-material-9.6.15 (2025-07-01)

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed #8291: Large font size setting throws of breakpoints in JavaScript

mkdocs-material-9.6.14 (2025-05-13)

  • Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8

mkdocs-material-9.6.13 (2025-05-10)

  • Fixed #8204: Annotations showing list markers in print view
  • Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

mkdocs-material-9.6.12 (2025-04-17)

  • Fixed #8158: Flip footnote back reference icon for right-to-left languages

mkdocs-material-9.6.11 (2025-04-01)

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10 (2025-03-30)

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

... (truncated)

Commits
  • 6fb115b Prepare 9.6.17 release
  • f3bf8b3 Fixed linter errors
  • b1ad1bc Updated dependencies
  • 83055c1 Fixed linter errors
  • 9b1f4ef Fixed videos with autoplay not playing in content tabs
  • 1f7c404 Fixed stroke width not effective in Mermaid.js diagrams
  • 08fd869 Fixed disappearing version selector when hiding page title
  • d52b04b Temporarily pin click<8.2.2
  • 8f7b0dd Documentation
  • 479b60e Updated dependencies
  • Additional commits viewable in compare view

Updates mkdocstrings-python from 1.16.12 to 1.17.0

Release notes

Sourced from mkdocstrings-python's releases.

1.17.0

1.17.0 - 2025-08-14

Compare with 1.16.12

Features

Code Refactoring

  • Deprecate locale option in favor of mkdocstrings' (17f71ba by Timothée Mazzucotelli). PR-288
Changelog

Sourced from mkdocstrings-python's changelog.

1.17.0 - 2025-08-14

Compare with 1.16.12

Features

Code Refactoring

  • Deprecate locale option in favor of mkdocstrings' (17f71ba by Timothée Mazzucotelli). PR-288
Commits
  • 3a0bb1e chore: Prepare release 1.17.0
  • 0e3bdb8 feat: Support new Griffe parsing options warn_missing_types and warnings
  • e82c24f feat: Add skip_local_inventory option to prevent objects from being registe...
  • baf3fac ci: Remove type ignore comment
  • b3decd4 tests: Use new external_file helper from inline-snapshot
  • 864e528 tests: Fix usage of new inline-snapshot version
  • 17f71ba refactor: Deprecate locale option in favor of mkdocstrings'
  • a1bce97 docs: Move show_attribute_values option into "signatures" group
  • 6cf34b9 feat: Support hiding attribute values
  • d3b35e1 feat: Support hiding implementation signature (showing overload only)
  • Additional commits viewable in compare view

Updates pbr from 6.1.1 to 7.0.0

Updates pydoclint from 0.6.6 to 0.6.10

Release notes

Sourced from pydoclint's releases.

0.6.10

What's Changed

Full Changelog: jsh9/pydoclint@0.6.9...0.6.10

0.6.9

What's Changed

Full Changelog: jsh9/pydoclint@0.6.8...0.6.9

0.6.8

What's Changed

Full Changelog: jsh9/pydoclint@0.6.7...0.6.8

0.6.7

What's Changed

Full Changelog: jsh9/pydoclint@0.6.6...0.6.7

Changelog

Sourced from pydoclint's changelog.

[0.6.10] - 2025-08-14

  • Changed
    • Migrated from setup.cfg/setup.py to pyproject.toml for modern Python packaging
    • Consolidated all package metadata into pyproject.toml [project] section
    • Removed deprecated setup.cfg and setup.py files
  • Full diff

[0.6.9] - 2025-08-14

  • Fixed
    • Fixed output formatting bug where blank lines between files would appear at the end when redirecting output to a file instead of between each file
  • Full diff

[0.6.8] - 2025-08-14

  • Changed
    • Enhanced numpy-style docstring detection with pattern-based recognition
    • Added pattern-based detection that looks for section headers with dashes (e.g., Returns\n-------) before falling back to size-based comparison
  • Updated
    • Updated documentation to reflect new detection logic and reformatted to 79 chars per line
  • Added
    • Added comprehensive test coverage for the new numpy-style detection functionality
  • Full diff

[0.6.7] - 2025-05-18

  • Changed
    • Reverted the default behavior of --quiet to be False
  • Fixed
    • Fixed a typo in the documentation
  • Full diff
Commits
  • b60d8bc Migrate from setup.cfg/py to pyproject.toml (#251)
  • 230a79b Fix output formatting bug with blank lines during redirection (#250)
  • 17ceca2 Enhance numpy-style docstring detection and update documentation (#249)
  • f118185 Add trigger for python-publish.yml
  • 07c7116 Update python-publish.yml
  • 8b89a2c Fix a typo in the documentation (#242)
  • 37fa474 Revert --quiet to default to False (#241)
  • See full diff in compare view

Updates ruff from 0.12.8 to 0.12.9

Release notes

Sourced from ruff's releases.

0.12.9

Release Notes

Preview features

  • [airflow] Add check for airflow.secrets.cache.SecretCache (AIR301) (#17707)
  • [ruff] Offer a safe fix for multi-digit zeros (RUF064) (#19847)

Bug fixes

  • [flake8-blind-except] Fix BLE001 false-positive on raise ... from None (#19755)
  • [flake8-comprehensions] Fix false positive for C420 with attribute, subscript, or slice assignment targets (#19513)
  • [flake8-simplify] Fix handling of U+001C..U+001F whitespace (SIM905) (#19849)

Rule changes

  • [pylint] Use lowercase hex characters to match the formatter (PLE2513) (#19808)

Documentation

  • Fix lint.future-annotations link (#19876)

Other changes

  • Build riscv64 binaries for release (#19819)
  • Add rule code to error description in GitLab output (#19896)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.9

Preview features

  • [airflow] Add check for airflow.secrets.cache.SecretCache (AIR301) (#17707)
  • [ruff] Offer a safe fix for multi-digit zeros (RUF064) (#19847)

Bug fixes

  • [flake8-blind-except] Fix BLE001 false-positive on raise ... from None (#19755)
  • [flake8-comprehensions] Fix false positive for C420 with attribute, subscript, or slice assignment targets (#19513)
  • [flake8-simplify] Fix handling of U+001C..U+001F whitespace (SIM905) (#19849)

Rule changes

  • [pylint] Use lowercase hex characters to match the formatter (PLE2513) (#19808)

Documentation

  • Fix lint.future-annotations link (#19876)

Other changes

  • Build riscv64 binaries for release (#19819)
  • Add rule code to error description in GitLab output (#19896)
Commits
  • ef42246 Bump 0.12.9 (#19917)
  • dc2e8ab [ty] support kw_only=True for dataclass() and field() (#19677)
  • 9aaa82d Feature/build riscv64 bin (#19819)
  • 3288ac2 [ty] Add caching to CodeGeneratorKind::matches() (#19912)
  • 1167ed6 [ty] Rename functionArgumentNames to callArgumentNames inlay hint setting...
  • 2ee47d8 [ty] Default ty.inlayHints.* server settings to true (#19910)
  • d324ced [ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906)
  • 5a570c8 [ty] fix deferred name loading in PEP695 generic classes/functions (#19888)
  • baadb5a [ty] Add some additional type safety to CycleDetector (#19903)
  • df0648a [flake8-blind-except] Fix BLE001 false-positive on raise ... from None ...
  • Additional commits viewable in compare view

Updates virtualenv from 20.33.1 to 20.34.0

Release notes

Sourced from virtualenv's releases.

20.34.0

What's Changed

Bumps the dependencies group in /.config with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `25.6.0` | `25.8.1` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `25.7.0` | `25.8.1` |
| [backrefs](https://github.com/facelessuser/backrefs) | `5.9` | `6.0.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.3` | `7.10.4` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.19.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.11.1` | `1.12.1` |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `3.0.0` | `4.0.0` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.7` | `1.3.9` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.16` | `9.6.17` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.12` | `1.17.0` |
| [pbr](https://docs.openstack.org/pbr/latest/) | `6.1.1` | `7.0.0` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.6` | `0.6.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.8` | `0.12.9` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.33.1` | `20.34.0` |


Updates `ansible-compat` from 25.6.0 to 25.8.1
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v25.6.0...v25.8.1)

Updates `ansible-lint` from 25.7.0 to 25.8.1
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v25.7.0...v25.8.1)

Updates `backrefs` from 5.9 to 6.0.1
- [Release notes](https://github.com/facelessuser/backrefs/releases)
- [Commits](facelessuser/backrefs@5.9...6.0.1)

Updates `coverage` from 7.10.3 to 7.10.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.10.3...7.10.4)

Updates `filelock` from 3.18.0 to 3.19.1
- [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.18.0...3.19.1)

Updates `griffe` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.11.1...1.12.1)

Updates `markdown-it-py` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](executablebooks/markdown-it-py@v3.0.0...v4.0.0)

Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.3.9)

Updates `mkdocs-material` from 9.6.16 to 9.6.17
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.16...9.6.17)

Updates `mkdocstrings-python` from 1.16.12 to 1.17.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.16.12...1.17.0)

Updates `pbr` from 6.1.1 to 7.0.0

Updates `pydoclint` from 0.6.6 to 0.6.10
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.6.6...0.6.10)

Updates `ruff` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.8...0.12.9)

Updates `virtualenv` from 20.33.1 to 20.34.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.33.1...20.34.0)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-version: 25.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-lint
  dependency-version: 25.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: backrefs
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown-it-py
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-version: 9.6.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pbr
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pydoclint
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.12.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-version: 20.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@ansibuddy ansibuddy merged commit d53e7e1 into main Aug 17, 2025
24 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-9a3bf3b0bf branch August 17, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants