From 0668a7cd1b86ac484a647dccb7d35b51e7a5cb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:01:53 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.1 to 8.4.2 in /book/src Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index eff8e78b..9fa4ea85 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -10,7 +10,7 @@ pinject==0.14.1 pip-tools==7.5.0 pyflakes==3.2.0 pylint==3.3.8 -pytest==8.4.1 +pytest==8.4.2 pytest-cov==5.0.0 pytype==2024.9.13 requests==2.32.5