From 62b94aaa1d837377fd4c527e45051fe5fbb9e865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:01:41 +0000 Subject: [PATCH] Bump pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../firehose/scenarios/firehose-put-actions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/example_code/firehose/scenarios/firehose-put-actions/requirements.txt b/python/example_code/firehose/scenarios/firehose-put-actions/requirements.txt index dcea8f443f6..1f9a949b2ae 100644 --- a/python/example_code/firehose/scenarios/firehose-put-actions/requirements.txt +++ b/python/example_code/firehose/scenarios/firehose-put-actions/requirements.txt @@ -1,5 +1,5 @@ boto3==1.26.65 botocore==1.29.65 moto==4.0.9 -pytest==7.3.1 +pytest==9.0.3 backoff==2.2.1