From 5dd483f5f3817a9443dfae416e8178e5d6f3a499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:43:49 +0200 Subject: [PATCH] Bump pytest from 7.3.2 to 7.4.0 (#330) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27724bd6..42cf07c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "isort==5.12.0", "mypy==1.4.1", "pylint==2.17.4", - "pytest==7.3.2", + "pytest==7.4.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0", ] diff --git a/requirements-test.txt b/requirements-test.txt index ae4e00e1..59f81e86 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,6 +4,6 @@ flake8-docstrings==1.7.0 isort==5.12.0 mypy==1.4.1 pylint==2.17.4 -pytest==7.3.2 +pytest==7.4.0 pytest-aiohttp==1.0.4 pytest-cov==4.1.0