Skip to content

Bump the development-dependencies group across 1 directory with 14 updates#2599

Open
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/pip/development-dependencies-f4117cac47
Open

Bump the development-dependencies group across 1 directory with 14 updates#2599
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/pip/development-dependencies-f4117cac47

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the development-dependencies group with 14 updates in the / directory:

Package From To
pydata-sphinx-theme 0.16.1 0.17.1
sphinx-togglebutton 0.4.4 0.4.5
sphinxcontrib-typer 0.7.2 0.8.1
ansible-dev-tools 26.1.0 26.4.6
ansible 13.3.0 13.6.0
mypy 1.19.1 1.20.2
pandas-stubs 2.3.3.260113 3.0.0.260204
ruff 0.14.14 0.15.12
types-chevron 0.14.2.20250103 0.14.2.20260408
types-pytz 2025.2.0.20251108 2026.1.1.20260408
types-pyyaml 6.0.12.20250915 6.0.12.20260408
types-requests 2.32.4.20260107 2.33.0.20260408
coverage 7.13.2 7.13.5
pytest 9.0.2 9.0.3

Updates pydata-sphinx-theme from 0.16.1 to 0.17.1

Release notes

Sourced from pydata-sphinx-theme's releases.

v0.17.1

What's Changed

Fixes

Improvements

Dependencies

New Contributors

Full Changelog: pydata/pydata-sphinx-theme@v0.17.0...v0.17.1

v0.17.0

What's Changed

... (truncated)

Commits
  • a4986fa bump: 0.17.0 → 0.17.1 (#2355)
  • ff8be64 Fix default behavior when shorten_urls is unset (#2351)
  • 0867759 Replace broken Unsplash image URLs with Picsum in light-dark guide (#2341)
  • 56157e9 Bump octokit/request-action from 2.4.0 to 3.0.0 (#2346)
  • 8cce21d Bump pydata/pydata-sphinx-theme/.github/workflows/CI.yml from e8db643b990df73...
  • 30b4830 Bump pydata/pydata-sphinx-theme/.github/workflows/docs.yml from 43f9003549c49...
  • 6673b56 Fix docs build with sphinx 'extensions' config key (#2352)
  • ebc3f17 Fix search input receiving keystrokes after escape dismiss in Safari (#2338)
  • 8e67694 feat: add disable_search theme option (#2315)
  • cd00a86 bump: 0.16.2.dev0 -> 0.17.0
  • Additional commits viewable in compare view

Updates sphinx-togglebutton from 0.4.4 to 0.4.5

Release notes

Sourced from sphinx-togglebutton's releases.

Version 0.4.5

What's Changed

Full Changelog: executablebooks/sphinx-togglebutton@v0.4.4...v0.4.5

Changelog

Sourced from sphinx-togglebutton's changelog.

0.4.5 - 2026-03-27

Fixed

  • Fix selector for admonition title in togglebutton.js.
Commits

Updates sphinxcontrib-typer from 0.7.2 to 0.8.1

Release notes

Sourced from sphinxcontrib-typer's releases.

v0.8.1

What's Changed

Full Changelog: sphinx-contrib/typer@v0.8.0...v0.8.1

v0.8.0

What's Changed

New Contributors

Full Changelog: sphinx-contrib/typer@v0.7.1...v0.8.0

Commits

Updates ansible-dev-tools from 26.1.0 to 26.4.6

Release notes

Sourced from ansible-dev-tools's releases.

v26.4.6

Fixes

Maintenance

v26.4.5

Fixes

Maintenance

v26.4.4

What's Changed

Full Changelog: ansible/ansible-dev-tools@v26.4.3...v26.4.4

v26.4.3

What's Changed

Full Changelog: ansible/ansible-dev-tools@v26.4.2...v26.4.3

v26.4.2

Fixes

Maintenance

v26.4.1

Fixes

  • fix: use GitHub Actions variable for REGISTRY_USERNAME instead of secret (#574) @​NilashishC

... (truncated)

Commits
  • 8eb372e chore(deps): update all dependencies (#740)
  • 9a6dd2b fix(security): update dependencies [SECURITY] (#739)
  • 340570b fix: devspaces sudo support with correct UID and user setup (#735)
  • 465009c fix: add ADT_* to tox pass_env for podman support (#733)
  • f2358c5 chore(deps): update pep621 (#732)
  • 30c8005 chore(deps): update all dependencies (#731)
  • 2cb94d9 fix: add runtime user to wheel group for passwordless sudo in devspaces (#730)
  • 6c925bd fix: devspaces rootless podman, sudo, prompt hostname, and EE example (#728)
  • 5231d4a chore(deps): update pep621 (#727)
  • 6a7844e chore(deps): update all dependencies (#726)
  • Additional commits viewable in compare view

Updates ansible from 13.3.0 to 13.6.0

Commits
  • fe88c72 Ansible 13.6.0: Dependencies, changelog and porting guide (#670)
  • 1c9976e Ansible 14.0.0a2: Dependencies, changelog and porting guide (#669)
  • c646abe Pin hitachivantara.vspone_block to < 4.7.0. (#668)
  • 5a674d0 Bump wntrblm/nox from 2026.02.09 to 2026.04.10 (#666)
  • 229ec8c Ansible 14.0.0a1: Dependencies, changelog and porting guide (#665)
  • 0f0fdd3 Remove deprecated cisco.dnac from Ansible 14 (#664)
  • 99aa0d0 Ansible 13.5.0: Dependencies, changelog and porting guide (#663)
  • 1422c5c Pin cisco.dnac to the last version without deprecation warnings, and re-add i...
  • fd7e27b Remove deprecated cisco.dnac from Ansible 14 (#660)
  • 565c9f9 Add graphiant.naas (#658)
  • Additional commits viewable in compare view

Updates mypy from 1.19.1 to 1.20.2

Changelog

Sourced from mypy's changelog.

Mypy 1.20.2

  • Use WAL with SQLite cache and fix close (Shantanu, PR 21154)
  • Adjust SQLite journal mode (Ivan Levkivskyi, PR 21217)
  • Correctly aggregate narrowing information on parent expressions (Shantanu, PR 21206)
  • Fix regression related to generic callables (Shantanu, PR 21208)
  • Fix regression by avoiding widening types in some contexts (Shantanu, PR 21242)
  • Fix slicing in non-strict optional mode (Shantanu, PR 21282)
  • mypyc: Fix match statement semantics for "or" pattern (Shantanu, PR 21156)
  • mypyc: Fix issue with module dunder attributes (Piotr Sawicki, PR 21275)
  • Initial support for Python 3.15.0a8 (Marc Mueller, PR 21255)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • Aaron Wieczorek
  • Adam Turner
  • Ali Hamdan
  • asce
  • BobTheBuidler
  • Brent Westbrook
  • Brian Schubert
  • bzoracler
  • Chris Burroughs
  • Christoph Tyralla
  • Colin Watson
  • Donghoon Nam
  • E. M. Bray
  • Emma Smith
  • Ethan Sarp
  • George Ogden
  • getzze
  • grayjk
  • Gregor Riepl
  • Ivan Levkivskyi
  • James Hilliard
  • James Le Cuirot
  • Jeremy Nimmer
  • Joren Hammudoglu
  • Kai (Kazuya Ito)
  • kaushal trivedi
  • Kevin Kannammalil
  • Lukas Geiger
  • Łukasz Langa
  • Marc Mueller
  • Michael R. Crusoe
  • michaelm-openai
  • Neil Schemenauer
  • Piotr Sawicki

... (truncated)

Commits

Updates pandas-stubs from 2.3.3.260113 to 3.0.0.260204

Commits
  • 14c56cb Version 3.0.0.260204
  • 62435dd GH1641 Pandas 3.0 support (#1643)
  • 4eaa75c fix IndexSlice where columns are MultiIndex (#1653)
  • c5c3fc9 TYP: fix Series[Any].diff() return type (#1650)
  • 1803ee8 MAINT: remove tomli as addition pre-commit dependency (#1648)
  • 7354e3a TST: Ensure 100% type-completeness (according to Pyright), check it in CI (#1...
  • fcfed34 TYP: fix variance issue with NDFrame.to_latex(formatters=) (#1652)
  • e79caad TYP: accept integer and floating ndarrays in to_datetime (#1651)
  • 8da9933 TYP: Update Timedelta init type hints to document it takes Tick objects (...
  • 549f01a MNT: drop py310 (#1642)
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.12

Release notes

Sourced from ruff's releases.

0.15.12

Release Notes

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

Install ruff 0.15.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.12/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.12

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

0.15.11

Released on 2026-04-16.

Preview features

  • [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#24642)
  • [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#23583)
  • [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#24424)

... (truncated)

Commits
  • 66f93cf Bump 0.15.12 (#24815)
  • 476a4d0 [ty] Complete support for more detailed diagnostics on possibly unbound error...
  • ed669ea Implement #ruff:file-ignore file-level suppressions (#23599)
  • e73d952 [ty] Include inferred type in invalid-key concise diagnostic for union/inte...
  • 80feb29 [ty] report only dead annotation-only locals as unused (#24811)
  • 0fbf2bc Drop deprecated license classifier (#24808)
  • 43b174c [ty] Infer lambda parameter types with Callable type context (#24317)
  • 4f449ae [ty] Add error context for intersection types (#24772)
  • 5b4e753 [ty] Add support for goto in literal enum member inlay hint (#24792)
  • e7cc762 [ty] Add error context for TypedDict assignments (#24790)
  • Additional commits viewable in compare view

Updates types-chevron from 0.14.2.20250103 to 0.14.2.20260408

Commits

Updates types-pytz from 2025.2.0.20251108 to 2026.1.1.20260408

Commits

Updates types-pyyaml from 6.0.12.20250915 to 6.0.12.20260408

Commits

Updates types-requests from 2.32.4.20260107 to 2.33.0.20260408

Commits

Updates coverage from 7.13.2 to 7.13.5

Changelog

Sourced from coverage's changelog.

Version 7.13.5 — 2026-03-17

  • Fix: issue 2138_ describes a memory leak that happened when repeatedly using the Coverage API with in-memory data. This is now fixed.

  • Fix: the markdown-formatted coverage report didn't fully escape special characters in file paths (issue 2141). This would be very unlikely to cause a problem, but now it's done properly, thanks to Ellie Ayla <pull 2142_>.

  • Fix: the C extension wouldn't build on VS2019, but now it does (issue 2145_).

.. _issue 2138: coveragepy/coveragepy#2138 .. _issue 2141: coveragepy/coveragepy#2141 .. _pull 2142: coveragepy/coveragepy#2142 .. _issue 2145: coveragepy/coveragepy#2145

.. _changes_7-13-4:

Version 7.13.4 — 2026-02-09

  • Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: coveragepy/coveragepy#2121 .. _issue 2129: coveragepy/coveragepy#2129 .. _pull 2130: coveragepy/coveragepy#2130

.. _changes_7-13-3:

Version 7.13.3 — 2026-02-03

  • Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing issue 2082_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.

... (truncated)

Commits
  • c88da14 docs: sample HTML for 7.13.5
  • e2ac3e1 build: sample HTML shouldn't include the status.json file
  • 910f8f3 docs: prep for 7.13.5
  • 3a4819c style: make workflows more uniform
  • 2a53705 chore: bump the action-dependencies group across 1 directory with 4 updates (...
  • e7c878d chore: make upgrade
  • ab4db40 build: use --generate-hashes when pinning
  • a438753 chore: make upgrade
  • 7b33457 refactor: some leftover pyupgrade 3.10 bits
  • 2ff968d refactor: this type wasn't used anywhere
  • Additional commits viewable in compare view

Updates pytest from 9.0.2 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

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

…dates

Bumps the development-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.16.1` | `0.17.1` |
| [sphinx-togglebutton](https://github.com/executablebooks/sphinx-togglebutton) | `0.4.4` | `0.4.5` |
| [sphinxcontrib-typer](https://github.com/sphinx-contrib/typer) | `0.7.2` | `0.8.1` |
| [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) | `26.1.0` | `26.4.6` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `13.3.0` | `13.6.0` |
| [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.2` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.260113` | `3.0.0.260204` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.12` |
| [types-chevron](https://github.com/python/typeshed) | `0.14.2.20250103` | `0.14.2.20260408` |
| [types-pytz](https://github.com/python/typeshed) | `2025.2.0.20251108` | `2026.1.1.20260408` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260408` |
| [types-requests](https://github.com/python/typeshed) | `2.32.4.20260107` | `2.33.0.20260408` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.2` | `7.13.5` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` |



Updates `pydata-sphinx-theme` from 0.16.1 to 0.17.1
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.16.1...v0.17.1)

Updates `sphinx-togglebutton` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/executablebooks/sphinx-togglebutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-togglebutton/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-togglebutton@v0.4.4...v0.4.5)

Updates `sphinxcontrib-typer` from 0.7.2 to 0.8.1
- [Release notes](https://github.com/sphinx-contrib/typer/releases)
- [Commits](sphinx-contrib/typer@v0.7.2...v0.8.1)

Updates `ansible-dev-tools` from 26.1.0 to 26.4.6
- [Release notes](https://github.com/ansible/ansible-dev-tools/releases)
- [Commits](ansible/ansible-dev-tools@v26.1.0...v26.4.6)

Updates `ansible` from 13.3.0 to 13.6.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@13.3.0...13.6.0)

Updates `mypy` from 1.19.1 to 1.20.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.19.1...v1.20.2)

Updates `pandas-stubs` from 2.3.3.260113 to 3.0.0.260204
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.3.3.260113...v3.0.0.260204)

Updates `ruff` from 0.14.14 to 0.15.12
- [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.14.14...0.15.12)

Updates `types-chevron` from 0.14.2.20250103 to 0.14.2.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pytz` from 2025.2.0.20251108 to 2026.1.1.20260408
- [Commits](https://github.com/python/typeshed/commits)

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

Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `coverage` from 7.13.2 to 7.13.5
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.2...7.13.5)

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

---
updated-dependencies:
- dependency-name: pydata-sphinx-theme
  dependency-version: 0.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sphinx-togglebutton
  dependency-version: 0.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sphinxcontrib-typer
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ansible-dev-tools
  dependency-version: 26.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ansible
  dependency-version: 13.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pandas-stubs
  dependency-version: 3.0.0.260204
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-version: 0.15.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-chevron
  dependency-version: 0.14.2.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-pytz
  dependency-version: 2026.1.1.20260408
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-requests
  dependency-version: 2.33.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: coverage
  dependency-version: 7.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 04:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Coverage report

This PR does not seem to contain any modification to coverable code.

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.

0 participants