From 0d17f26f17ff70193b43c89e319e879eae22eaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:10:34 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.4 to 8.3.5 in /book/src Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest 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 35e22573..0388263f 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.4 -pytest==8.3.4 +pytest==8.3.5 pytest-cov==5.0.0 pytype==2024.9.13 requests==2.32.3