From 74912172267219cf60a597336a19ca158bf93bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:18:44 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.0.0 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 9.1.1. - [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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index dcec2e3..ce02dbf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ -r requirements.txt # Testing -pytest==8.0.0 +pytest==9.1.1 pytest-cov==4.1.0 # apache-airflow==2.8.1 # provided by Docker; install manually for local DAG testing