From 959162d937d2b4f23dd767f29b69ba77fe1c471c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:56:02 +0000 Subject: [PATCH] Bump py from 1.5.2 to 1.10.0 Bumps [py](https://github.com/pytest-dev/py) from 1.5.2 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.5.2...1.10.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24f3e59..5eb3059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flake8==3.5.0 idna==2.6 mccabe==0.6.1 pluggy==0.6.0 -py==1.5.2 +py==1.10.0 pycodestyle==2.3.1 pyflakes==1.6.0 pyserial==3.4 diff --git a/setup.py b/setup.py index 76fbc71..3362910 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'idna==2.6', 'mccabe==0.6.1', 'pluggy==0.6.0', - 'py==1.5.2', + 'py==1.10.0', 'pycodestyle==2.3.1', 'pyflakes==1.6.0', 'pyserial==3.4',