From 150ac18db626a1665cc2baac43044ccf8625c0f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 07:17:15 +0000 Subject: [PATCH] build(deps): bump pytest from 5.3.4 to 6.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 to 6.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.4...6.2.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14bf948..06f52e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.8 ipdb==0.12.3 ipython==7.11.1 -pytest==5.3.4 +pytest==6.2.1 typing==3.7.4.1