From afb14b0fe17c14eeb3af0f446363b8dbefaa0a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:22:22 +0000 Subject: [PATCH] chore(deps-dev): bump pytest Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.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/8.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../backend/check_legislation/agent/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/contract-compliance-analysis/backend/check_legislation/agent/requirements-dev.txt b/samples/contract-compliance-analysis/backend/check_legislation/agent/requirements-dev.txt index 637ce02..7dcd0a6 100644 --- a/samples/contract-compliance-analysis/backend/check_legislation/agent/requirements-dev.txt +++ b/samples/contract-compliance-analysis/backend/check_legislation/agent/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==8.4.1 +pytest==9.0.3 moto[dynamodb]==5.0.21 faker==37.6.0 \ No newline at end of file