From 4a0bdbe5fab533cc6188b0ee8b9aae1e084e2bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:58:48 +0000 Subject: [PATCH] Bump pydantic in /test-runner in the test-runner group Bumps the test-runner group in /test-runner with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-runner ... Signed-off-by: dependabot[bot] --- test-runner/dev-requirements.txt | 2 +- test-runner/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-runner/dev-requirements.txt b/test-runner/dev-requirements.txt index e409fb0f..0f012d23 100644 --- a/test-runner/dev-requirements.txt +++ b/test-runner/dev-requirements.txt @@ -3,7 +3,7 @@ coverage>=7.5.0 coveralls>=4.0.1 expandvars>=0.12.0 hypothesis>=6.100.1 -pydantic==2.9.1 +pydantic==2.9.2 pylint>=3.1.0 pytest>=8.1.1 python_on_whales>=0.70.1 diff --git a/test-runner/requirements.txt b/test-runner/requirements.txt index ee95cc0a..deab7ba5 100644 --- a/test-runner/requirements.txt +++ b/test-runner/requirements.txt @@ -1,5 +1,5 @@ expandvars>=0.12.0 -pydantic==2.9.1 +pydantic==2.9.2 python_on_whales>=0.70.1 pyyaml>=6.0.1 tabulate>=0.9.0