diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f019c8a..7e18b92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: additional_dependencies: - python-telegram-bot~=21.8 - gql[aiohttp]~=3.5.0 - - pydantic~=2.10.2 + - pydantic~=2.10.4 - pydantic-yaml~=1.4.0 - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 @@ -34,7 +34,7 @@ repos: additional_dependencies: - python-telegram-bot~=21.8 - gql[aiohttp]~=3.5.0 - - pydantic~=2.10.2 + - pydantic~=2.10.4 - pydantic-yaml~=1.4.0 - repo: https://github.com/asottile/pyupgrade rev: v3.19.0 @@ -58,5 +58,5 @@ repos: additional_dependencies: - python-telegram-bot~=21.8 - gql[aiohttp]~=3.5.0 - - pydantic~=2.10.2 + - pydantic~=2.10.4 - pydantic-yaml~=1.4.0 diff --git a/requirements.txt b/requirements.txt index 4013dff..c24294f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=21.8 gql[aiohttp]~=3.5.0 -pydantic~=2.10.2 +pydantic~=2.10.4 pydantic-yaml~=1.4.0 \ No newline at end of file