From f180685b56411610243b85897ab0ff1d682aaa78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Mar 2024 14:12:42 +0000 Subject: [PATCH] Update version number in other files --- .pre-commit-config.yaml | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa33ae7..4b46a3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - python-telegram-bot~=20.6 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - - pydantic~=2.5.2 + - pydantic~=2.6.3 - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 hooks: @@ -36,7 +36,7 @@ repos: - python-telegram-bot~=20.6 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - - pydantic~=2.5.2 + - pydantic~=2.6.3 - repo: https://github.com/asottile/pyupgrade rev: v3.15.0 hooks: @@ -60,4 +60,4 @@ repos: - python-telegram-bot~=20.6 - panflute~=2.3.0 - gql[aiohttp]~=3.4.1 - - pydantic~=2.5.2 + - pydantic~=2.6.3 diff --git a/requirements.txt b/requirements.txt index 4f759a5..3511bcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot~=20.7 -panflute~=2.5.2 +panflute~=2.6.3 gql[aiohttp]~=3.5.0 pydantic~=2.6.3 \ No newline at end of file