From 8558e2a16227af48d27d859693255fb9b8e354cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 16:03:16 +0000 Subject: [PATCH] Bump py from 1.5.3 to 1.10.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c674cdf..74a44dc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ flask-sqlalchemy==2.3.2 Flask-Migrate==2.1.1 pymysql==0.9.3 pytest==3.6.2 -py==1.5.3 +py==1.10.0 pluggy==0.6.0 pytest-cov==2.6.0 gunicorn==19.7.1