From 67d36938e7561d7a93d945798712eefd45fc2d35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 13:12:26 +0000 Subject: [PATCH] Bump pytest-tornasync from 0.6.0 to 0.6.0.post2 Bumps [pytest-tornasync](https://github.com/eukaryote/pytest-tornasync) from 0.6.0 to 0.6.0.post2. - [Release notes](https://github.com/eukaryote/pytest-tornasync/releases) - [Changelog](https://github.com/eukaryote/pytest-tornasync/blob/master/CHANGES.rst) - [Commits](https://github.com/eukaryote/pytest-tornasync/commits) 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 5ccb9271..5367f6de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async-generator==1.10; python_version>="3.6" codacy-coverage==1.3.11 mock==3.0.5 pytest-cov==2.8.1 -pytest-tornasync==0.6.0; python_version >= '3.5' +pytest-tornasync==0.6.0.post2; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6" pytest==4.6.6; python_version<"3.5" pytest==5.2.2; python_version>="3.5"