From 73db77dfcb9d878af04a0074f3c13f2ecf297e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:17:17 +0000 Subject: [PATCH] build(deps): bump py from 1.5.3 to 1.10.0 in /tracker Bumps [py](https://github.com/pytest-dev/py) from 1.5.3 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.3...1.10.0) Signed-off-by: dependabot[bot] --- tracker/requirements.txt | 2 +- tracker/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tracker/requirements.txt b/tracker/requirements.txt index 8c091a0..ae4d2e7 100644 --- a/tracker/requirements.txt +++ b/tracker/requirements.txt @@ -32,7 +32,7 @@ pluggy==0.6.0 pre-commit==1.8.2 psutil==5.4.5 purepng==0.2.0 -py==1.5.3 +py==1.10.0 pycodestyle==2.3.1 pycparser==2.18 pyflakes==1.6.0 diff --git a/tracker/setup.py b/tracker/setup.py index 858baf9..95b7775 100644 --- a/tracker/setup.py +++ b/tracker/setup.py @@ -43,7 +43,7 @@ "pluggy==0.6.0", "pre-commit==1.6.0", "psutil==5.4.3", - "py==1.5.2", + "py==1.10.0", "pycodestyle==2.3.1", "pycparser==2.18", "pyflakes==1.6.0",