From b5dbf6bdbfa5c5fe8fd5a74b94bafc14ae03e70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:38:23 +0000 Subject: [PATCH] build(deps): bump pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../samples/snippets/requirements-test.txt | 2 +- .../samples/snippets/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-bigquery-storage/samples/snippets/requirements-test.txt b/packages/google-cloud-bigquery-storage/samples/snippets/requirements-test.txt index ee7715b244a3..853cb6dff7d6 100644 --- a/packages/google-cloud-bigquery-storage/samples/snippets/requirements-test.txt +++ b/packages/google-cloud-bigquery-storage/samples/snippets/requirements-test.txt @@ -1,4 +1,4 @@ google-cloud-testutils==1.7.0 pytest===7.4.3; python_version == '3.7' pytest===8.3.5; python_version == '3.8' -pytest==9.0.2; python_version >= '3.9' +pytest==9.0.3; python_version >= '3.9' diff --git a/packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt b/packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt index 71c8a826e530..f70a3b989f64 100644 --- a/packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt +++ b/packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt @@ -3,4 +3,4 @@ google-cloud-bigquery===3.30.0; python_version <= '3.8' google-cloud-bigquery==3.40.1; python_version >= '3.9' pytest===7.4.3; python_version == '3.7' pytest===8.3.5; python_version == '3.8' -pytest==9.0.2; python_version >= '3.9' +pytest==9.0.3; python_version >= '3.9'