From b7b85c2a52996b8a9c2414903f410a940e587cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:05:33 +0000 Subject: [PATCH] Bump the npm-minor-and-patch group across 1 directory with 4 updates Bumps the npm-minor-and-patch group with 4 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [ruff](https://github.com/astral-sh/ruff) and [sphinx-docsearch](https://github.com/algolia/sphinx-docsearch). Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) Updates `ruff` from 0.15.14 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.14...0.16.1) Updates `sphinx-docsearch` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/algolia/sphinx-docsearch/releases) - [Commits](https://github.com/algolia/sphinx-docsearch/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: sphinx-docsearch dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- tests/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9d1cb8f..c0ab1b7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==8.2.3 sphinx-rtd-theme==3.1.0 sphinxcontrib-googleanalytics==0.5 -sphinx-docsearch==0.3.0 \ No newline at end of file +sphinx-docsearch==0.3.1 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index d271e40..7e088f5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -pytest==9.0.3 -pytest-asyncio==1.3.0 -ruff==0.15.14 \ No newline at end of file +pytest==9.1.1 +pytest-asyncio==1.4.0 +ruff==0.16.1 \ No newline at end of file