From 5d4a5ef19accc01b18fe67c4b4dd9889030e349e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 05:25:08 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.0. - [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.1...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfcf19a1c..c34406b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ test = [ "mypy==1.4.1", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", - "pytest==7.3.1", + "pytest==7.4.0", "tox==4.6.4", ] ui_test = [ "pytest-timeout==2.1.0", - "pytest==7.3.1", + "pytest==7.4.0", ] dev = [ "honcho==1.1.0",