From b680383e964a3a9150513c8d6937863dd7b883ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:28:31 -0500 Subject: [PATCH] Bump py from 1.9.0 to 1.10.0 (#26) Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 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.9.0...1.10.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirement_files/pytest.txt | 2 +- requirements_opinionated.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement_files/pytest.txt b/requirement_files/pytest.txt index ddc4701..51dad03 100644 --- a/requirement_files/pytest.txt +++ b/requirement_files/pytest.txt @@ -3,7 +3,7 @@ importlib-metadata==1.7.0 more-itertools==8.4.0 packaging==20.4 pluggy==0.13.1 -py==1.9.0 +py==1.10.0 pyparsing==2.4.7 pytest==5.4.3 six==1.15.0 diff --git a/requirements_opinionated.txt b/requirements_opinionated.txt index a753a41..980bf09 100644 --- a/requirements_opinionated.txt +++ b/requirements_opinionated.txt @@ -35,7 +35,7 @@ packaging==20.4 pathspec==0.8.0 pluggy==0.13.1 pre-commit==2.6.0 -py==1.9.0 +py==1.10.0 pyasn1==0.4.8 pycodestyle==2.6.0 pycparser==2.20