From cb9b6beacb27086bec60ae517e905b1e9e042dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:43:08 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 7.2.0. - [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/6.2.4...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 698d830..62a86a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ kua==0.2 werkzeug==1.0.1 # dev -pytest==6.2.4 +pytest==7.2.0 pytest-runner==5.3.1 pytest-asyncio==0.15.1 coveralls==3.3.1