From e9c8ead1ca7a63c0b0a5dde910f809942c2d8e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:08:54 +0000 Subject: [PATCH] build(deps): 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 +- backend/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8a695da..9670ab0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,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/backend/setup.py b/backend/setup.py index b40a772..bd84bb4 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -69,7 +69,7 @@ "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",