From d0e6da614b545db5eb68fa1a8bd0704d5a65c4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:45:07 +0000 Subject: [PATCH] Update pytest requirement from 8.1.1 to 8.3.4 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.1.1...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7bd1f5..4ed13d3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -59,7 +59,7 @@ trio = "0.25.0" uvicorn = "0.30.6" openai = "1.43.0" pre-commit="3.7.0" -pytest="8.1.1" +pytest="8.3.4" datasets = "2.21.0" lancedb = "^0.12.0"