From f5b13bd507325800e76134312eca043f7c8e76db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:40:04 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2. - [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.8.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d94e5c..b21093d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Mako==1.2.4 msgpack==1.0.8 praw==7.7.1 -pydantic==2.8.2 +pydantic==2.9.2 pydantic-settings==2.3.4 python-dotenv==1.0.0 requests==2.32.3