From a4231ad4bd1670b27432f4e9739f16c94c0c8cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:49:55 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 9.0.3 in /examples/pandas-tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 9.0.3. - [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.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pandas-tests/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/pandas-tests/requirements.txt b/examples/pandas-tests/requirements.txt index 9ee986507..48838e406 100644 --- a/examples/pandas-tests/requirements.txt +++ b/examples/pandas-tests/requirements.txt @@ -21,9 +21,11 @@ packaging==23.1 # via pytest pandas==2.0.3 # via -r requirements.in -pluggy==1.3.0 +pluggy==1.6.0 # via pytest -pytest==7.4.0 +pygments==2.20.0 + # via pytest +pytest==9.0.3 # via -r requirements.in python-dateutil==2.8.2 # via pandas