From 2a5a41d726c60fa239952a62d56734fbc989c00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 05:57:58 +0000 Subject: [PATCH] Update pytest requirement from ^5.2 to ^7.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/5.2.0...7.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 419712d7..9ace905d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ easyScienceCore = '>=0.2.0' easyCrystallography = '>=0.1.0' [tool.poetry.dev-dependencies] -pytest = "^5.2" +pytest = "^7.1" toml = "^0.10" requests = '^2.24' py3Dmol = "^1.7.0"