Skip to content

Bump the stable-python-packages group across 1 directory with 4 updates#7286

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/stable-python-packages-1e1a7e46bc
Open

Bump the stable-python-packages group across 1 directory with 4 updates#7286
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/stable-python-packages-1e1a7e46bc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Updates the requirements on autodocsumm, docutils, awscli and pytest-cov to permit the latest version.
Updates autodocsumm from 0.2.14 to 0.2.15

Release notes

Sourced from autodocsumm's releases.

v0.2.15: Add support for Sphinx v9

What's Changed

New Contributors

Full Changelog: Chilipp/autodocsumm@v0.2.14...v0.2.15

Commits

Updates docutils to 0.22.4

Changelog

Sourced from docutils's changelog.

Development

Version 0.7.0

Date: 2020-12-17

  • limasierra: Bugfix: External links to 'supported' files lose their file extension (#181)

Version 0.6.0

Date: 2019-08-09

Changelog

0.4.0 (in development)

Set rawsource value for each nodes.

0.3.0 (2016-01-15)

... (truncated)

Commits

Updates awscli from 1.44.55 to 1.44.70

Commits
  • 7edac92 Merge branch 'release-1.44.70'
  • 842ea57 Bumping version to 1.44.70
  • 93f6d54 Update changelog based on model updates
  • 6eb8b4a Update configure set to validate configuration keys and values (#10163)
  • dd9997e Merge branch 'release-1.44.69'
  • 2baa4c8 Merge branch 'release-1.44.69' into develop
  • 672ebbd Bumping version to 1.44.69
  • ef8ca73 Update changelog based on model updates
  • 4ffb7b8 Merge customizations for DevOps Agent
  • 42dfac5 Reapply "Add changelog entry for S3 Express Session Auth opt-out configuratio...
  • Additional commits viewable in compare view

Updates pytest-cov from 7.0.0 to 7.1.0

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation. Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.

  • Fixed some assertions in tests. Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • 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 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

Updates the requirements on [autodocsumm](https://github.com/Chilipp/autodocsumm), [docutils](https://github.com/rtfd/recommonmark), [awscli](https://github.com/aws/aws-cli) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.

Updates `autodocsumm` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/Chilipp/autodocsumm/releases)
- [Commits](Chilipp/autodocsumm@v0.2.14...v0.2.15)

Updates `docutils` to 0.22.4
- [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/recommonmark/commits)

Updates `awscli` from 1.44.55 to 1.44.70
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.44.55...1.44.70)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: autodocsumm
  dependency-version: 0.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-python-packages
- dependency-name: docutils
  dependency-version: 0.22.4
  dependency-type: direct:production
  dependency-group: stable-python-packages
- dependency-name: awscli
  dependency-version: 1.44.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-python-packages
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2026 17:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2026
@voxel51-bot
Copy link
Copy Markdown
Collaborator

Thanks for opening this pull request, @dependabot[bot]! 🎉

A maintainer will review your changes soon. In the meantime, please ensure:

  • You filled out the PR template above, completely to the best of your knowledge
  • You include tests (if applicable)
  • You read the contribution guide

Helpful resources:

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant