From bd1c9043cf2eb53fb23adf0304152801b80aa613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:10:13 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.2 to ^8.1.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.4...8.1.1) --- 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..b861586 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.1" 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.1" [build-system] requires = ["poetry-core"]