From 31609b1727822b6ba14853ecb0ddb8ea7baa06a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:48:30 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 [security] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2413c..8b63a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ # coveralls is fixed to 3.3.1, because there is no support for python 3.13 # in further versions "coveralls==3.3.1", - "pytest>=8.3.5,<9" + "pytest>=9.0.3,<10" ] docs = [ "Sphinx==8.2.3", diff --git a/requirements.txt b/requirements.txt index 4305102..63004cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -180,7 +180,7 @@ pyparsing==3.2.5 # rasterio pyproj==3.7.2 # via geopandas -pytest==8.4.2 +pytest==9.0.3 # via # geoprofile (pyproject.toml) # pytest-timeout