From 8d2923474f14bf11ed12bd1abe4a845fcd6dd7eb Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Oct 2021 10:23:44 -0500 Subject: [PATCH] Bump pytest from 6.2.2 to 6.2.5 pytest 6.2.5 adds support for Python 3.10. [Link](https://github.com/pytest-dev/pytest/pull/8494) to relevant PR. --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0adbfc5..32781d9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ coverage==5.4 pygments==2.7.4 -pytest==6.2.2 +pytest==6.2.5 pytest-cov==2.11.1 pytest-asyncio==0.14.0 pytest-mock==3.5.1