From b0f1d5fe4a41fb31b8b87e2ae0447dfd956c157a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:26:34 +0000 Subject: [PATCH] Update pytest requirement from <9.1,>=8.3 to >=8.3,<9.2 in /src/pypgstac 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/8.3.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/pypgstac/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypgstac/pyproject.toml b/src/pypgstac/pyproject.toml index 60b38044..017ff03e 100644 --- a/src/pypgstac/pyproject.toml +++ b/src/pypgstac/pyproject.toml @@ -43,7 +43,7 @@ dev = [ ] test = [ "morecantile>=6.2,<7.1", - "pytest>=8.3,<9.1", + "pytest>=8.3,<9.2", "pytest-benchmark>=5.1,<5.3", "pytest-cov>=6.0,<7.2", "pystac[validation]==1.*",