From d7296c69df373e802f389ab6e01470fcc881e9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:27:38 +0100 Subject: [PATCH] Bump py from 1.8.0 to 1.10.0 (#100) Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.8.0...1.10.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-travis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-travis.txt b/requirements-travis.txt index d4624b5..ec56812 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -40,7 +40,7 @@ pluggy==0.13.1 poyo==0.5.0 psutil==5.6.6 ptyprocess==0.6.0 -py==1.8.0 +py==1.10.0 pyasn1==0.4.5 pycodestyle==2.5.0 pycparser==2.20