diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 683c322..7ead09f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: additional_dependencies: - python-telegram-bot~=21.10 - gql[aiohttp]~=3.5.1 - - pydantic~=2.10.6 + - pydantic~=2.11.1 - pydantic-yaml~=1.4.0 - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.15.0 @@ -34,7 +34,7 @@ repos: additional_dependencies: - python-telegram-bot~=21.10 - gql[aiohttp]~=3.5.1 - - pydantic~=2.10.6 + - pydantic~=2.11.1 - pydantic-yaml~=1.4.0 - repo: https://github.com/asottile/pyupgrade rev: v3.19.1 @@ -58,5 +58,5 @@ repos: additional_dependencies: - python-telegram-bot~=21.10 - gql[aiohttp]~=3.5.1 - - pydantic~=2.10.6 + - pydantic~=2.11.1 - pydantic-yaml~=1.4.0 diff --git a/requirements.txt b/requirements.txt index 19a088b..67ccb19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=21.10 gql[aiohttp]~=3.5.1 -pydantic~=2.10.6 +pydantic~=2.11.1 pydantic-yaml~=1.4.0 \ No newline at end of file