From 75e75b50e75e2b82586bcf028443dc2182abc845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:21:13 +0000 Subject: [PATCH] build(deps): bump pytest from 8.4.0 to 8.4.1 in /book/src Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.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/8.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 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 41db62e7..021692c5 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -10,7 +10,7 @@ pinject==0.14.1 pip-tools==7.4.1 pyflakes==3.2.0 pylint==3.3.7 -pytest==8.4.0 +pytest==8.4.1 pytest-cov==5.0.0 pytype==2024.9.13 requests==2.32.4