diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76d1444..f4ae873 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - python-telegram-bot~=21.6 - gql[aiohttp]~=3.5.0 - pydantic~=2.9.2 - - pydantic-yaml~=1.3.0 + - pydantic-yaml~=1.4.0 - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: @@ -35,7 +35,7 @@ repos: - python-telegram-bot~=21.6 - gql[aiohttp]~=3.5.0 - pydantic~=2.9.2 - - pydantic-yaml~=1.3.0 + - pydantic-yaml~=1.4.0 - repo: https://github.com/asottile/pyupgrade rev: v3.19.0 hooks: @@ -59,4 +59,4 @@ repos: - python-telegram-bot~=21.6 - gql[aiohttp]~=3.5.0 - pydantic~=2.9.2 - - pydantic-yaml~=1.3.0 + - pydantic-yaml~=1.4.0 diff --git a/requirements.txt b/requirements.txt index e2d53b2..6ec27fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=21.6 gql[aiohttp]~=3.5.0 pydantic~=2.9.2 -pydantic-yaml~=1.3.0 \ No newline at end of file +pydantic-yaml~=1.4.0 \ No newline at end of file