From 036deac3d00e4f1203967a321a1aa9944b9975eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:24:43 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.2 to ^8.0.0 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.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05a19b0..a902cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ flask = "^2.2.2" wsgiserver = "^1.3" shapely = "^2.0.1" matplotlib = "^3.7.1" -pytest = "^7.4.2" +pytest = "^8.0.0" flask-socketio = "^5.3.6" gevent = "^23.9.1" gevent-websocket = "^0.10.1"