From 678eba4ef807b99d0ecfedf259db5a6e667cf7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 19:34:47 +0000 Subject: [PATCH] Bump pytest from 6.0.2 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.2.4. - [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.0.2...6.2.4) Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce37a5c..e33fd3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ dev = usine==0.2.3 test = pyquery==1.4.1 - pytest==6.0.2 + pytest==6.2.4 pytest-asyncio==0.14.0 prod = gunicorn==20.0.4