From 4377c9754f29f03b3bfae34ed4e83a5e57cd3495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:16:57 +0000 Subject: [PATCH] [pip] Update pydantic requirement from ~=2.5.2 to ~=2.6.3 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.5.2...v2.6.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9de53d7..ba1260d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ janus~=1.0.0 pre-commit~=3.5.0 python-decouple~=3.8 scpi-protocol~=0.2.0 -pydantic~=2.5.2 +pydantic~=2.6.3