From 8eb03c02da6b34046678b44061e4146a7080691e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:11:04 +0000 Subject: [PATCH] chore(deps): update pytest requirement in /backend 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/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 77585a2f2..49016c2e6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -73,5 +73,5 @@ duckduckgo-search~=6.1.7 ## Tests docker~=7.1.0 -pytest~=8.2.1 +pytest~=8.2.2 pytest-docker~=3.1.1