From 20205f7b4285f53352797ea41278f97658c6e862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:36:54 +0000 Subject: [PATCH] [dependency]: Bump pytest from 7.2.2 to 7.4.2 in /explorer/rest Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 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.2.2...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/rest/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/rest/dev_requirements.txt b/explorer/rest/dev_requirements.txt index 59233c99b..2457d0cbe 100644 --- a/explorer/rest/dev_requirements.txt +++ b/explorer/rest/dev_requirements.txt @@ -1,4 +1,4 @@ -pytest==7.2.2 +pytest==7.4.2 pytest-aiohttp==1.0.4 coverage>=6.3 testing.postgresql==1.3.0