From 82ed93e1beb2ba59a1c3a7b8a7ba7529dc746700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:02:21 +0000 Subject: [PATCH] Update pytest requirement from ~=7.1 to ~=7.2 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.0...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e2d8d2b..f942f22 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,6 +5,6 @@ flake8-docstrings~=1.6 mypy==1.0.0 pylint~=2.15 pylint-strict-informational==0.1 -pytest~=7.1 +pytest~=7.2 pytest-cov~=3.0 pytest-homeassistant-custom-component>=0.12