From 114d27a624c13ca42df09390b2e15e9570cded62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:26:38 +0000 Subject: [PATCH] chore(pyproject.toml): Bump pydantic from 2.10.1 to 2.10.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.4. - [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.10.1...v2.10.4) --- 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 f10250a..42238c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "python-telegram-bot==21.7", - "pydantic==2.10.1", + "pydantic==2.10.4", "loguru==0.7.3", "playwright==1.49.0", ]