From 7aa4e812f521dd88f8c94f2f3a15b1337cb131f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:15:55 +0000 Subject: [PATCH] build: Bump pytest from 7.4.1 to 7.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.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.4.1...7.4.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 d340e337..59ff3c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.3.1", - "pytest==7.4.1", + "pytest==7.4.2", "pytest-aiohttp==1.0.5", "pytest-mock==3.11.1", "pytest-timeout==2.1.0", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.5.1", "isort==5.12.0", - "pytest==7.4.1", + "pytest==7.4.2", ]