From ce7cf8c32a7da9b64baa08775a2aa8bb5e8a5bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:45:27 +0000 Subject: [PATCH] chore(deps): update pytest-qgis requirement in /requirements Updates the requirements on [pytest-qgis](https://github.com/GispoCoding/pytest-qgis) to permit the latest version. - [Release notes](https://github.com/GispoCoding/pytest-qgis/releases) - [Changelog](https://github.com/GispoCoding/pytest-qgis/blob/main/CHANGELOG.md) - [Commits](https://github.com/GispoCoding/pytest-qgis/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pytest-qgis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 701622c..af9204f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,5 +2,5 @@ # -------------------- pytest-cov>=4 -pytest-qgis>=2,<2.1 +pytest-qgis>=2.1.0,<2.2 packaging>=23