From 14cc48afe5c699b01d75a048b0046a43a0961b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:00:04 +0000 Subject: [PATCH] Bump pydantic from 1.7.4 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.7.4 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.7.4...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7738e25..e942ca9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_version(): keywords=["oicq qq qqbot", ], install_requires=[ "aiohttp", - "pydantic==1.7.4" + "pydantic==1.10.13" ], long_description=long_description, long_description_content_type="text/markdown",