From 3f82016ed7d6b30041aa0d46430fc844e4ebf9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:14:51 +0000 Subject: [PATCH] Bump py from 1.4.31 to 1.10.0 in /docs Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 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.4.31...1.10.0) Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ca0b8dd..99bbaad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ packaging==19.0 pathtools==0.1.2 pluggy==0.3.1 port-for==0.3.1 -py==1.4.31 +py==1.10.0 Pygments==2.1.3 pyparsing==2.4.0 pytz==2016.10