From 8d352971409a9d11b1b06a4447e6e829be814dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:07:07 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.1.1 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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.1.1...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_tests.txt b/tests/requirements_tests.txt index 1599728e..ac97a7f5 100644 --- a/tests/requirements_tests.txt +++ b/tests/requirements_tests.txt @@ -1,5 +1,5 @@ -r ../requirements.txt -pytest==8.1.1 +pytest==8.2.1 pytest-cov==5.0.0 pyquery==2.0.0 black~=24.4 \ No newline at end of file