From 2350f7543c7388600b08413415d4ee23abf008aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:05:08 +0000 Subject: [PATCH 1/2] build(deps-dev): update pytest requirement from ~=7.1.3 to ~=7.2.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e702962e..bdbe0495 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest~=7.1.3 +pytest~=7.2.0 pytest-benchmark~=3.4.1 pytest-cov~=4.0.0 pytest-recording~=0.12.1 From 7bd4698e71ef61eac03a2e502117b6b4853a3059 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 15 Nov 2022 06:21:16 -0700 Subject: [PATCH 2/2] deps, dev: bump pytest-benchmark to 4.0.0 Required to picked up https://github.com/ionelmc/pytest-benchmark/pull/227 to get pytest 7.2.0 working. Thanks to https://github.com/pytest-dev/pytest/issues/10420 for pointing the right way. --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bdbe0495..49f22c85 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest~=7.2.0 -pytest-benchmark~=3.4.1 +pytest-benchmark~=4.0.0 pytest-cov~=4.0.0 pytest-recording~=0.12.1 pytest-console-scripts~=1.3.1