From bc5d1eb459939ff95c40b1b42f773e3d98d57b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:18:59 +0000 Subject: [PATCH] Bump pydantic from 2.9.0 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 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.9.0...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a9f35f..21b0ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = { text = "MIT" } classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "python-telegram-bot==21.5", - "pydantic==2.9.0", + "pydantic==2.9.2", "loguru==0.7.2", "playwright==1.47.0", ]