From 9ac336b762fd1b2bedcbe72340e390fe700b1254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:44:14 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4 to ~=8.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.4.0...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_testing.txt b/requirements_testing.txt index ac57eced..0585577e 100644 --- a/requirements_testing.txt +++ b/requirements_testing.txt @@ -1,4 +1,4 @@ httpx~=0.27.0 pgtest~=1.3 -pytest~=7.4 +pytest~=8.2 pytest-cov~=5.0