diff --git a/pyproject.toml b/pyproject.toml index 2fa0681..0239173 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.2", "loguru==0.7.2", "playwright==1.49.0", ]