From 2fd833a0d4dc8d9779d370f93c299cb3e98fccee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:05:32 +0000 Subject: [PATCH] Update pytest requirement from ~=7.3.0 to ~=7.4.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.3.0...7.4.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 53d623084..e0916d193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ test = [ "jedi ~= 0.18.0", "mypy ~= 1.1", "pylint ~= 2.17.0", - "pytest ~= 7.3.0", + "pytest ~= 7.4.0", "setuptools-rust ~= 0.12.1", "psutil ~= 5.9.3", "py2many >=0.3",