From 337a8eaeee7b352470fd358fb018a00885ebf91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:22:03 +0000 Subject: [PATCH] build(deps): bump pytest from 7.2.0 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 8.2.0. - [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/7.2.0...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index fc1df90a5b..a192b6142e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -pytest==7.2.0 +pytest==8.2.0 pytest-mock==3.10.0 pytest-asyncio==0.20.2 \ No newline at end of file