From 53ba440bf345ca1f0c40aefe142550955d9a78e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 11:30:21 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.5 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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.3.5...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 626dd6b..859f77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ postgres = ["psycopg2-binary>=2.9.0"] mysql = ["pymysql>=1.0.0"] dev = [ "dbt-ci[all]", - "pytest==8.3.5", + "pytest==9.1.1", "black==26.5.1", "mypy==1.14.1", "flake8==7.1.2",