From 98920235771a1bf1b3cbeb370bf79254509c350c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:48:15 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.2 to ^8.1.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.4...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93f6a81..f33c392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,14 @@ flask = "^2.2.2" wsgiserver = "^1.3" shapely = "^2.0.1" matplotlib = "^3.7.1" -pytest = "^7.4.2" +pytest = "^8.1.0" flask-socketio = "^5.3.6" gevent = "^23.9.1" gevent-websocket = "^0.10.1" requests = "^2.31.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.4" +pytest = "^8.1.0" [build-system] requires = ["poetry-core"]