From 22ebb86db9d2abc52d3cb01aac59d96065781ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:59:48 +0000 Subject: [PATCH] Bump py from 1.5.2 to 1.10.0 in /tools 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] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index c0f0bb6..b44438e 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -94,7 +94,7 @@ psutil==5.4.5 psycopg2-binary==2.7.4 ptyprocess==0.5.2 py-cpuinfo==3.3.0 -py==1.5.2 +py==1.10.0 # At the time of writing (2018-05-10), the most recent version of pycparser is # version 2.18, however, it breaks cldrive with error: # Traceback (most recent call last):