summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-06 15:15:08 +0100
committerGitHub <noreply@github.com>2026-03-06 15:15:08 +0100
commitc7ba2158f9062f8f5ee3b9f72b5da61d3370ad23 (patch)
tree3bfbd45cf072e471c19eeaf39035c3a8348b70d1 /requirements-dev.txt
parentc1b211aeead88d06e65565aaef61c0d79e65a8df (diff)
[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)
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt4
1 files 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'