From c7ba2158f9062f8f5ee3b9f72b5da61d3370ad23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:15:08 +0100 Subject: [PATCH] [upd] pypi: Bump the minor group with 2 updates (#5817) Bumps the minor group with 2 updates: [nose2[coverage_plugin]](https://github.com/nose-devs/nose2) and [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs). Updates `nose2[coverage_plugin]` from 0.15.1 to 0.16.0 - [Changelog](https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst) - [Commits](https://github.com/nose-devs/nose2/compare/0.15.1...0.16.0) Updates `sphinx-tabs` from 3.4.7 to 3.5.0 - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.7...v3.5.0) --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b0cfd9da7..8ffc59282 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mock==5.2.0 -nose2[coverage_plugin]==0.15.1 +nose2[coverage_plugin]==0.16.0 cov-core==1.15.0 black==25.9.0 pylint==4.0.5 @@ -10,7 +10,7 @@ Sphinx==8.2.3 ; python_version >= '3.11' Sphinx==8.1.3 ; python_version < '3.11' sphinx-issues==5.0.1 sphinx-jinja==2.0.2 -sphinx-tabs==3.4.7 +sphinx-tabs==3.5.0 sphinxcontrib-programoutput==0.19 sphinx-autobuild==2025.8.25 ; python_version >= '3.11' sphinx-autobuild==2024.10.3 ; python_version < '3.11'