From 87a37f5c882e9b931e53357f88502a2a2b7a9f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 04:06:38 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 6.2.2 to 6.2.3 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.3. - [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.2...6.2.3) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 493eb224..6ba743a5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,5 +3,5 @@ flake8==3.9.0 mypy==0.812 mypy-extensions==0.4.3 pyflakes==2.3.1 -pytest==6.2.2 +pytest==6.2.3 pytest-asyncio==0.14.0 \ No newline at end of file