From be8b10afff8fbdb52da4706d8033bc183fbfa72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 16:45:34 +0000 Subject: [PATCH] Update pytest requirement from ^5.2 to ^6.2 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...6.2.5) --- 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 b7fd6ab4..aafaa628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ easyScienceCore = '>=0.2.0' easyCrystallography = { git = 'https://github.com/easyScience/easyCrystallography.git', rev = 'develop' } [tool.poetry.dev-dependencies] -pytest = "^5.2" +pytest = "^6.2" toml = "^0.10" requests = '^2.24' py3Dmol = "^1.7.0"