From 32bb7776fed50d230ff1bca5c3d8b2642b4c3ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 04:05:29 +0000 Subject: [PATCH] pip inst_req(deps): bump pydantic from 1.9.0 to 1.10.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 1.10.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.3/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.0...v1.10.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fd5907f..4b8b51f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ package_dir = =src install_requires = - pydantic==1.9.0 + pydantic==1.10.3 pyyaml==6.0 requests==2.27.1 rich==12.4.1