diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a514d8f2..6f879136b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - --jobs=0 additional_dependencies: - - httpx~=0.25.0 + - httpx~=0.25.1 - tornado~=6.3.3 - APScheduler~=3.10.4 - cachetools~=5.3.2 @@ -44,7 +44,7 @@ repos: - types-pytz - types-cryptography - types-cachetools - - httpx~=0.25.0 + - httpx~=0.25.1 - tornado~=6.3.3 - APScheduler~=3.10.4 - cachetools~=5.3.2 @@ -83,7 +83,7 @@ repos: name: ruff files: ^(telegram|examples|tests)/.*\.py$ additional_dependencies: - - httpx~=0.25.0 + - httpx~=0.25.1 - tornado~=6.3.3 - APScheduler~=3.10.4 - cachetools~=5.3.2 diff --git a/requirements.txt b/requirements.txt index 63dd2db15..497734648 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ # versions and only increase the lower bound if necessary # httpx has no stable release yet, so let's be cautious for now -httpx ~= 0.25.0 +httpx ~= 0.25.1