From 4372a3aad48107d767d8f4d4d0bb2a84c472c630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:34:43 +0000 Subject: [PATCH] Bump py from 1.5.3 to 1.10.0 in /PY_AWS/chalice 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] --- PY_AWS/chalice/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PY_AWS/chalice/requirements-dev.txt b/PY_AWS/chalice/requirements-dev.txt index 6977bfc..dc39a35 100644 --- a/PY_AWS/chalice/requirements-dev.txt +++ b/PY_AWS/chalice/requirements-dev.txt @@ -16,7 +16,7 @@ pydocstyle==2.0.0 # Test requirements pytest==3.5.0 -py==1.5.3 +py==1.10.0 pygments==2.1.3 mock==2.0.0 requests==2.20.0