Skip to content

Bump the dependencies group in /.config with 11 updates#357

Merged
ansibuddy merged 1 commit intomainfrom
dependabot/pip/dot-config/dependencies-01bac9a7f5
Aug 20, 2025
Merged

Bump the dependencies group in /.config with 11 updates#357
ansibuddy merged 1 commit intomainfrom
dependabot/pip/dot-config/dependencies-01bac9a7f5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
coverage 7.10.2 7.10.4
filelock 3.18.0 3.19.1
griffe 1.11.0 1.12.1
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
uv 0.8.8 0.8.11
virtualenv 20.33.1 20.34.0

Updates coverage from 7.10.2 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:

Version 7.10.3 — 2025-08-10

  • Fixes for patch = subprocess:

    • If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing issue 2024_.

    • If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in issue 2025_. This is now fixed.

    • On Windows (or maybe only some Windows?) the patch would fail with a ModuleNotFound error trying to import coverage. This is now fixed, closing issue 2022_.

    • Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the coverage run command line (such as --branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described in issue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.

    • Added debug=patch to help diagnose problems.

  • Fix: really close all SQLite databases, even in-memory ones. Closes issue 2017_.

.. _issue 2017: nedbat/coveragepy#2017 .. _issue 2021: nedbat/coveragepy#2021 .. _issue 2022: nedbat/coveragepy#2022 .. _issue 2024: nedbat/coveragepy#2024 .. _issue 2025: nedbat/coveragepy#2025

.. _changes_7-10-2:

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.0 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

1.11.1

1.11.1 - 2025-08-11

Compare with 1.11.0

Bug Fixes

  • Fix type parameters loading (ce41279 by Timothée Mazzucotelli).

Code Refactoring

  • Move private _griffe package under griffe._internal (8f37158 by Timothée Mazzucotelli).
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

1.11.1 - 2025-08-11

Compare with 1.11.0

Bug Fixes

  • Fix type parameters loading (ce41279 by Timothée Mazzucotelli).

Code Refactoring

  • Move private _griffe package under griffe._internal (8f37158 by Timothée Mazzucotelli).
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
  • 34d8051 chore: Prepare release 1.11.1
  • 937c796 docs: Don't hide navigation in Python API page
  • 4da5cc5 docs: Lint
  • ce41279 fix: Fix type parameters loading
  • Additional commits viewable in compare view

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 uv from 0.8.8 to 0.8.11

Release notes

Sourced from uv's releases.

0.8.11

Release Notes

Python

  • Add Python 3.14.0rc2
  • Update Pyodide to 0.28.1

Enhancements

  • Add Debian 13 trixie to published Docker images (#15269)
  • Add extra-build-dependencies hint for any missing module on build failure (#15252)
  • Make 'v' prefix cyan in overlap warnings (#15259)

Bug fixes

  • Fix missing uv version in extended Docker image tags (#15263)
  • Persist cache info when re-installing cached wheels (#15274)

Rust API

  • Allow passing custom reqwest clients to RegistryClient (#15281)

Install uv 0.8.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.11/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.11/uv-installer.ps1 | iex"

Download uv 0.8.11

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.8.11

Python

  • Add Python 3.14.0rc2
  • Update Pyodide to 0.28.1

Enhancements

  • Add Debian 13 trixie to published Docker images (#15269)
  • Add extra-build-dependencies hint for any missing module on build failure (#15252)
  • Make 'v' prefix cyan in overlap warnings (#15259)

Bug fixes

  • Fix missing uv version in extended Docker image tags (#15263)
  • Persist cache info when re-installing cached wheels (#15274)

Rust API

  • Allow passing custom reqwest clients to RegistryClient (#15281)

0.8.10

Python

  • Add support for installing Pyodide versions (#14518)

Enhancements

  • Allow Python requests with missing segments, e.g., just aarch64 (#14399)

Preview

  • Move warnings for conflicting modules into preview (#15253)

0.8.9

Enhancements

  • Add --reinstall flag to uv python upgrade (#15194)

Bug fixes

  • Include build settings in cache key for registry source distribution lookups (#15225)
  • Avoid creating bin links on uv python upgrade if they don't already exist (#15192)
  • Respect system proxies on macOS and Windows (#15221)

Documentation

... (truncated)

Commits

Updates virtualenv from 20.33.1 to 20.34.0

Release notes

Sourced from virtualenv's releases.

20.34.0

What's Changed

Full Changelog: pypa/virtualenv@20.33.1...20.34.0

Changelog

Sourced from virtualenv's changelog.

v20.34.0 (2025-08-13)

Features - 20.34.0

- Abstract out caching in discovery - by :user:`esafak`.
  Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
  Remove references to py_info in FileCache - by :user:`esafak`.
  Decouple discovery from creator plugins - by :user:`esafak`.
  Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`)
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)

Bugfixes - 20.34.0

  • Upgrade embedded wheel pip to 25.2 from 25.1.1 - by :user:gaborbernat. (:issue:2333)
  • Accept RuntimeError in test_too_many_open_files, by :user:esafak (:issue:2935)
  • Python in PATH takes precedence over uv-managed python. Contributed by :user:edgarrmondragon. (:issue:2952)
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 dependencies group in /.config with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.2` | `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.0` | `1.12.1` |
| [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` |
| [uv](https://github.com/astral-sh/uv) | `0.8.8` | `0.8.11` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.33.1` | `20.34.0` |


Updates `coverage` from 7.10.2 to 7.10.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.10.2...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.0 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.0...1.12.1)

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 `uv` from 0.8.8 to 0.8.11
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.8.8...0.8.11)

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: 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: 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: uv
  dependency-version: 0.8.11
  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] <[email protected]>
@ansibuddy ansibuddy merged commit d2d86b9 into main Aug 20, 2025
42 of 48 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-01bac9a7f5 branch August 20, 2025 13:17
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