From ab7c35a07c58093a75d3e47b4c9d1d4d9cd87b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:41:26 +0000 Subject: [PATCH] Update pytest requirement from 8.0.0 to 8.0.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/8.0.0...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 805db0b..5f36d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ fastapi = "0.109.0" uvicorn = "0.27.0.post1" [tool.poetry.dev-dependencies] -pytest = "8.0.0" +pytest = "8.0.2" pytest-cov = "^4.1.0" ruff = "^0.2.1" httpx = "0.26.0"