From 911edea375d404584cfb94812c8cd07184cff2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:03:38 +0000 Subject: [PATCH] build(deps): bump pytest in /packages/bigframes/samples/polars Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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/8.3.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/bigframes/samples/polars/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bigframes/samples/polars/requirements-test.txt b/packages/bigframes/samples/polars/requirements-test.txt index cbac5e3f126b..c5790c6fdf85 100644 --- a/packages/bigframes/samples/polars/requirements-test.txt +++ b/packages/bigframes/samples/polars/requirements-test.txt @@ -1,3 +1,3 @@ # samples/snippets should be runnable with no "extras" google-cloud-testutils==1.4.0 -pytest==8.3.2 +pytest==9.0.3