From 265b791b73160356c8add7c6b10396bd61645f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:44:35 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 1.10.13 in /scripts/application_tester Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 1.10.13. - [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/v1.10.11...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/application_tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/application_tester/requirements.txt b/scripts/application_tester/requirements.txt index 38868a07238..7fb5728b705 100644 --- a/scripts/application_tester/requirements.txt +++ b/scripts/application_tester/requirements.txt @@ -1,5 +1,5 @@ sentry_sdk==1.31.0 -pydantic==1.10.11 +pydantic==1.10.13 file-read-backwards==3.0.0 psutil==5.9.5 colorlog==6.7.0