From 86f2e4897990d12462344a8600ecb9bf0ac37fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:27:13 +0000 Subject: [PATCH] Update pytest requirement from ^7.4 to ^8.1 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.1.0) --- 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 231fb4e..df4d5e6 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.1" uvicorn = "^0.23" fastapi = {version = "^0.100", extras = ["all"]} requests = "^2.31"