From 23790230eb2356ba8892252059357ca2c014aa13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 21:21:36 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 6.2.1 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.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/6.2.1...6.2.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fce821a..20d75e4b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ dev_dep = [ "syncer==1.3.0", "backports.zoneinfo==0.2.1", - "pytest==6.2.1", + "pytest==6.2.2", "pytest-tornasync==0.6.0.post2", "pytest-mock==3.5.1", "pytest-sanic==1.7.0",