From 77f9ee228818f7f72a38cdcf1c86c1ed9c8da901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:12:43 +0000 Subject: [PATCH] [pip] Update pydantic requirement from ~=2.5.3 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.3...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 ddc6567..84e60b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiomqtt~=2.0.0 beanie~=1.25.0 gpib-ctypes>=0.3.0 prologix-gpib-async~=1.4.13 -pydantic~=2.5.3 +pydantic~=2.6.3 python-decouple~=3.8 simplejson~=3.19.2 async_gpib~=2.1.2