From 6df709f3e54e398810befe45ebc787c4548eab55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:30:49 +0000 Subject: [PATCH] Update pydantic requirement from ==1.9.* to ==1.10.* 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/v1.9.0a1...v1.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 7df0be770..2e5314908 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -9,7 +9,7 @@ paho-mqtt == 1.6.* peewee == 3.14.* peewee_migrate == 1.4.* psutil == 5.9.* -pydantic == 1.9.* +pydantic == 1.10.* PyYAML == 6.0 types-PyYAML == 6.0.* requests == 2.27.*