From e7766da7706002925d4a7437bc7023256ed7c084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:32:08 +0000 Subject: [PATCH] Update pytest requirement from ^7.4 to ^8.3 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.3.1) --- 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 bb4a29a..5d4ef21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ beautifulsoup4 = "^4.12" lxml = "^5.1" [tool.poetry.group.tests.dependencies] -pytest = "^7.4" +pytest = "^8.3" uvicorn = "^0.23" fastapi = {version = "^0.100", extras = ["all"]} requests = "^2.31"