From f1748b9f90ed272904ce9ec224f9c45738011260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:59:20 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.3 to 7.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.3.1. - [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.1.3...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55aabe3..215b79e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ wheel -pytest==7.1.3 +pytest==7.3.1