Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
tox 4.24.2 4.25.0
types-pyyaml 6.0.12.20241230 6.0.12.20250326
pytest-testinfra 10.1.1 10.2.1
griffe 1.6.2 1.7.1
markdown-exec 1.10.2 1.10.3
mkdocstrings-python 1.16.7 1.16.8
rpds-py 0.23.1 0.24.0
yamllint 1.36.2 1.37.0

Updates tox from 4.24.2 to 4.25.0

Release notes

Sourced from tox's releases.

4.25.0

What's Changed

Full Changelog: tox-dev/tox@4.24.2...4.25.0

Changelog

Sourced from tox's changelog.

v4.25.0 (2025-03-27)

Features - 4.25.0

- Add support for number ranges in generative environments, more details :ref:`here<generative-environment-list>`. - by :user:`mimre25` (:issue:`3502`)

Bugfixes - 4.25.0

  • Make tox tests pass with Python 3.14.0a6
    • by :user:hroncok (:issue:3500)
Commits

Updates types-pyyaml from 6.0.12.20241230 to 6.0.12.20250326

Commits

Updates pytest-testinfra from 10.1.1 to 10.2.1

Release notes

Sourced from pytest-testinfra's releases.

v10.2.1

What's Changed

Full Changelog: pytest-dev/pytest-testinfra@10.2.0...10.2.1

v10.2.0

What's Changed

New Contributors

Full Changelog: pytest-dev/pytest-testinfra@10.1.1...10.2.0

Changelog

Sourced from pytest-testinfra's changelog.

10.2.1

  • [FIX] Fix releasing to pypi

10.2.0

  • [NEW] Query all usernames and group names
  • [FIX] Prevent Paramiko deadlock when test sends more than 2MB to stdout
  • [FIX] Follow changes in ansible shell module
  • [FIX] Add 4 to the expected exit code when running "systemctl is-active"
  • [FIX] Fix KeyError in MountPoint.repr() if mount does not exist
  • [DOC] Use pytest command instead of py.test
  • [DOC] Extend backend documentation with a general host spec section
  • [MISC] Also run lint for py 3.12 and 3.13
  • [MISC] Switch packaging to use hatchling
  • [MISC] Drop unused extra "args" argument to run_winrm()
  • [MISC] Use ruff format instead of black/isort
  • [MISC] Use ruff instead of flake8
  • [MISC] Use f-string instead of str.format()
  • [MISC] Use builtin dict, list and tuple for typing
  • [MISC] Use python 3.11 during tests
  • [MISC] Fix salt tests
  • [MISC] Fix tests failing due to expiration date passed
  • [MISC] Remove crypt lib from testing
Commits
  • 5c81fcf Atempt to fix gh workflow to publish to pypi
  • c0dc468 Add Changelog for 10.2.0
  • f16fe47 Use pytest command instead of py.test
  • dcc694c Also run lint for py 3.12 and 3.13
  • cac040d Switch packaging to use hatchling
  • 4567a63 Drop unused extra "args" argument to run_winrm()
  • d45b633 Use ruff format instead of black/isort
  • 50f7a4e Use ruff instead of flake8
  • e37c8c9 Use f-string instead of str.format()
  • 9a7df23 Use builtin dict, list and tuple for typing
  • 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 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

Updates yamllint from 1.36.2 to 1.37.0

Changelog

Sourced from yamllint's changelog.

1.37.0 (2025-03-23)

  • Automatically detect Unicode character encoding of files
  • Publish pushes to master branch to TestPyPI
Commits
  • be92e15 yamllint version 1.37.0
  • 8323394 CI: Fail when open()’s default encoding is used
  • 4d7be6d tests: Stop using open()’s default encoding
  • fd58e6b decoder: Autodetect encoding for ignore-from-file
  • 8e3a3b3 decoder: Autodetect decoding of stdin
  • a53fa80 decoder: Autodetect encoding of most YAML files
  • 0b3abe5 tests: Move code for deleting env vars to init
  • 82a57b7 tests: Restore stdout
  • 5f57f9e tests: Use correct encoding for path
  • 325fafa CI: Publish each master commit with a unique version on TestPyPI
  • See full diff 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [tox](https://github.com/tox-dev/tox) | `4.24.2` | `4.25.0` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20241230` | `6.0.12.20250326` |
| [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) | `10.1.1` | `10.2.1` |
| [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` |
| [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` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.36.2` | `1.37.0` |


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

Updates `types-pyyaml` from 6.0.12.20241230 to 6.0.12.20250326
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest-testinfra` from 10.1.1 to 10.2.1
- [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases)
- [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-testinfra@10.1.1...10.2.1)

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 `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)

Updates `yamllint` from 1.36.2 to 1.37.0
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.36.2...v1.37.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-testinfra
  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: 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
- dependency-name: yamllint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 30, 2025 05:07
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 30, 2025
@abhikdps abhikdps removed the minor label Mar 31, 2025
@ansibuddy ansibuddy enabled auto-merge (squash) March 31, 2025 09:31
@ansibuddy ansibuddy merged commit 13bf0e6 into main Mar 31, 2025
22 of 24 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-c1151d7e4e branch March 31, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-deps-updates dependencies Pull requests that update a dependency file skip-changelog

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants