From 243a65b25c15fd9eaf44018621154cb4f39c3664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 20:59:24 +0000 Subject: [PATCH] Bump py from 1.9.0 to 1.10.0 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 064b046..d92a364 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -69,7 +69,7 @@ pre-commit==2.6.0 # via -r dev-requirements.in ptvsd==4.3.2 # via -r dev-requirements.in -py==1.9.0 +py==1.10.0 # via pytest pycodestyle==2.6.0 # via flake8