From a82764a6927531c508e6a4a08a1b496a342f54f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 19:44:51 +0000 Subject: [PATCH] Build(deps): Bump pytest from 5.3.5 to 5.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.0. - [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.5...5.4.0) Signed-off-by: dependabot-preview[bot] --- requirements/ci-wheel.txt | 2 +- requirements/wheel.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index 3ee1aae..cb888c6 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -1,6 +1,6 @@ -r flake.txt coverage==5.0.3 -pytest==5.3.5 +pytest==5.4.0 pytest-asyncio==0.10.0 pytest-cov==2.8.1 tox==3.14.5 diff --git a/requirements/wheel.txt b/requirements/wheel.txt index 05fc6ba..ab9ef83 100644 --- a/requirements/wheel.txt +++ b/requirements/wheel.txt @@ -1,3 +1,3 @@ -pytest==5.3.5 +pytest==5.4.0 pytest-asyncio==0.10.0 twine==3.1.1