From 6067035e1024c32b610e5af916bcac33aaaa381a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:11:28 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 8.3.5 in /bq-workers/new-source-template Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.5. - [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.3...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bq-workers/new-source-template/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bq-workers/new-source-template/requirements-test.txt b/bq-workers/new-source-template/requirements-test.txt index 8477ab73..bbeaac2c 100644 --- a/bq-workers/new-source-template/requirements-test.txt +++ b/bq-workers/new-source-template/requirements-test.txt @@ -1,2 +1,2 @@ -r requirements.txt -pytest==8.3.3 \ No newline at end of file +pytest==8.3.5 \ No newline at end of file