From ac59516a4dc6b15bed7469188e9d4a64deb8653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:28:28 +0000 Subject: [PATCH] Bump py from 1.4.31 to 1.10.0 in /testing/config Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 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.4.31...1.10.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testing/config/marionette_harness_test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/config/marionette_harness_test_requirements.txt b/testing/config/marionette_harness_test_requirements.txt index db08046fee..0ca302856f 100644 --- a/testing/config/marionette_harness_test_requirements.txt +++ b/testing/config/marionette_harness_test_requirements.txt @@ -8,6 +8,6 @@ ../marionette/harness # pytest -py==1.4.31 +py==1.10.0 pytest==2.9.1 ../../python/mock-1.0.0