Skip to content

Bump the dependencies group in /.config with 6 updates #477

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
merged 2 commits into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2025

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

Package From To
coverage 7.7.1 7.8.0
griffe 1.6.2 1.7.1
markdown-exec 1.10.2 1.10.3
mkdocs-material 9.6.9 9.6.10
mkdocstrings-python 1.16.7 1.16.8
rpds-py 0.23.1 0.24.0

Updates coverage from 7.7.1 to 7.8.0

Changelog

Sourced from coverage's changelog.

Version 7.8.0 — 2025-03-30

  • Added a new source_dirs setting for symmetry with the existing source_pkgs setting. It's preferable to the existing source setting, because you'll get a clear error when directories don't exist. Fixes issue 1942. Thanks, Jeremy Fleischman <pull 1943_>.

  • Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A. <pull 1700_>. This works properly except for a detail when using the coverage command on Windows. There you can use python -m coverage instead if you need exact emulation.

.. _issue 1696: nedbat/coveragepy#1696 .. _pull 1700: nedbat/coveragepy#1700 .. _issue 1942: nedbat/coveragepy#1942 .. _pull 1943: nedbat/coveragepy#1943

.. _changes_7-7-1:

Commits
  • 6d5ced9 docs: sample HTML for 7.8.0
  • 49c194f docs: prep for 7.8.0
  • 38782cb docs: finish up source_dirs. bump to 7.8.0
  • 7aea2f3 feat: add new source_dirs option (#1943)
  • f464155 test: some simple bytecode tests
  • cf1dec0 refactor: these pypy modules are available in all our versions
  • a876052 test: a general helper for iterating over our own source files
  • 82cff3e perf: sets are better than lists
  • a66bd61 refactor: move bytecode code into bytecode.py
  • d64ce5f chore: bump the action-dependencies group with 3 updates (#1940)
  • Additional commits viewable in compare view

Updates griffe from 1.6.2 to 1.7.1

Release notes

Sourced from griffe's releases.

1.7.1

1.7.1 - 2025-03-29

Compare with 1.7.0

Bug Fixes

  • Never raise alias resolution error when resolving a name from an __init__ method scope (949ff7d by Timothée Mazzucotelli). Issue-374

1.7.0

1.7.0 - 2025-03-27

Compare with 1.6.3

Dependencies

  • Remove dependency to astunparse (Python 3.8-) (fd052b1 by Timothée Mazzucotelli).

Features

  • Add warnings parameter to docstring parsers, allowing to disable all warning logs when parsing docstrings (7ac01ba by Timothée Mazzucotelli). Issue-293

1.6.3

1.6.3 - 2025-03-26

Compare with 1.6.2

Bug Fixes

Code Refactoring

  • Improve objects conversion to annotation during dynamic analysis (716d27b by Timothée Mazzucotelli). Issue-369
Changelog

Sourced from griffe's changelog.

1.7.1 - 2025-03-29

Compare with 1.7.0

Bug Fixes

  • Never raise alias resolution error when resolving a name from an __init__ method scope (949ff7d by Timothée Mazzucotelli). Issue-374

1.7.0 - 2025-03-27

Compare with 1.6.3

Dependencies

  • Remove dependency to astunparse (Python 3.8-) (fd052b1 by Timothée Mazzucotelli).

Features

  • Add warnings parameter to docstring parsers, allowing to disable all warning logs when parsing docstrings (7ac01ba by Timothée Mazzucotelli). Issue-293

1.6.3 - 2025-03-26

Compare with 1.6.2

Bug Fixes

Code Refactoring

  • Improve objects conversion to annotation during dynamic analysis (716d27b by Timothée Mazzucotelli). Issue-369
Commits
  • 0e7c55b chore: Prepare release 1.7.1
  • 949ff7d fix: Never raise alias resolution error when resolving a name from an `__init...
  • b537ab9 chore: Prepare release 1.7.0
  • 7ac01ba feat: Add warnings parameter to docstring parsers, allowing to disable all ...
  • c0c2c75 docs: Update Python stdlib objects inventory URL
  • fd052b1 build: Remove dependency to astunparse (Python 3.8-)
  • 1d1a919 chore: Prepare release 1.6.3
  • d038eaa fix: Allow setting lineno, endlineno and value through aliases
  • 25cc58f fix: Don't resolve attribute values to attribute with same name
  • 716d27b refactor: Improve objects conversion to annotation during dynamic analysis
  • Additional commits viewable in compare view

Updates markdown-exec from 1.10.2 to 1.10.3

Release notes

Sourced from markdown-exec's releases.

1.10.3

1.10.3 - 2025-03-24

Compare with 1.10.2

Bug Fixes

  • Also escape strings printed directly to the output (a668aeb by Timothée Mazzucotelli). Issue-87
  • Don't forget to clear "Initializing" in Pyodide output (e0b52b4 by Timothée Mazzucotelli).
Changelog

Sourced from markdown-exec's changelog.

1.10.3 - 2025-03-24

Compare with 1.10.2

Bug Fixes

  • Also escape strings printed directly to the output (a668aeb by Timothée Mazzucotelli). Issue-87
  • Don't forget to clear "Initializing" in Pyodide output (e0b52b4 by Timothée Mazzucotelli).
Commits
  • 9df9d5e chore: Prepare release 1.10.3
  • a668aeb fix: Also escape strings printed directly to the output
  • e0b52b4 fix: Don't forget to clear "Initializing" in Pyodide output
  • 2aa8171 docs: Add deprecation note to changelog
  • See full diff in compare view

Updates mkdocs-material from 9.6.9 to 9.6.10

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.10

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.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

Changelog

Sourced from mkdocs-material's changelog.

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.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

mkdocs-material-9.6.9 (2025-03-17)

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)

  • Fixed #8019: Tooltips have precedence over instant previews

mkdocs-material-9.6.8 (2025-03-13)

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

... (truncated)

Commits
  • 7bd6b92 Prepare 9.6.10 release
  • dc7d75e Updated dependencies
  • c18630f Removed usage of circular members in nav_item partial
  • fb0c27c Replaced items call with use of filter
  • ec38e30 Ensured compatibility with minijinja (Rust)
  • e66107e Documentation
  • See full diff in compare view

Updates mkdocstrings-python from 1.16.7 to 1.16.8

Release notes

Sourced from mkdocstrings-python's releases.

1.16.8

1.16.8 - 2025-03-24

Compare with 1.16.7

Bug Fixes

  • Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368

Code Refactoring

  • Prepare feature for ordering by __all__ value (bfb5b30 by Timothée Mazzucotelli). Issue-219
  • Sort objects without line numbers last instead of first (681afb1 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.16.8 - 2025-03-24

Compare with 1.16.7

Bug Fixes

  • Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368

Code Refactoring

  • Prepare feature for ordering by __all__ value (bfb5b30 by Timothée Mazzucotelli). Issue-219
  • Sort objects without line numbers last instead of first (681afb1 by Timothée Mazzucotelli).
Commits
  • ecc5fe1 chore: Prepare release 1.16.8
  • eba28e5 Merge branch 'main' of github.com:mkdocstrings/python
  • f3917e9 fix: Prevent infinite recursion by detecting parent-member cycles
  • bfb5b30 refactor: Prepare feature for ordering by __all__ value
  • 681afb1 refactor: Sort objects without line numbers last instead of first
  • e15dd3d docs: Fix example usage for inventories
  • See full diff in compare view

Updates rpds-py from 0.23.1 to 0.24.0

Release notes

Sourced from rpds-py's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.23.1...v0.24.0

Commits
  • c89ed6d Release v0.24.0
  • 355b9b7 Merge branch 'pypy311'
  • 187d6cd PyPy3.11 appears not to work even on Windows x64 quite yet.
  • a3118d0 Build for PyPy 3.11
  • db578a1 Don't fail fast on wheel builds.
  • cada83c Update requirements.
  • eee5ed6 Merge pull request #125 from marmoute/pypy3311
  • 7c285ce Merge pull request #123 from crate-py/dependabot/cargo/pyo3-0.24.0
  • fadf752 noxfile: mark pypy 3.11 as supported
  • fb4741b Merge pull request #124 from ngoldbaum/setup-python-ft
  • Additional commits viewable in compare view

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.7.1` | `7.8.0` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.6.2` | `1.7.1` |
| [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.10.2` | `1.10.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.9` | `9.6.10` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.7` | `1.16.8` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.24.0` |


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

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

Updates `markdown-exec` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.10.2...1.10.3)

Updates `mkdocs-material` from 9.6.9 to 9.6.10
- [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.9...9.6.10)

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

Updates `rpds-py` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown-exec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@ansibuddy ansibuddy merged commit 90d057e into main Mar 31, 2025
24 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-d830852ad5 branch March 31, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants