From 42189dc1e11fcf852dd4138470d2e7d0881d05e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:20:28 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2. - [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.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fff8ccb28..05eb99f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ test = [ "mypy==1.1.1", "pytest-cov==4.0.0", "pytest-xdist==3.2.0", - "pytest==7.2.1", + "pytest==7.2.2", "tox==4.4.6", ] ui_test = [ "pytest-timeout==2.1.0", - "pytest==7.2.1", + "pytest==7.2.2", ] dev = [ "honcho==1.1.0",