From cd0040a8e0adb10eaa2c1e9d367b583eb09b919b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:51:30 +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.8.2 to 2.9.1 - [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.8.2...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor 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 2f4f8fbf..e409fb0f 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.8.2 +pydantic==2.9.1 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 79752623..ee95cc0a 100644 --- a/test-runner/requirements.txt +++ b/test-runner/requirements.txt @@ -1,5 +1,5 @@ expandvars>=0.12.0 -pydantic==2.8.2 +pydantic==2.9.1 python_on_whales>=0.70.1 pyyaml>=6.0.1 tabulate>=0.9.0