From c513d51147d9afebfc5de6d8af934263b2365471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:14:26 +0100 Subject: [PATCH] Update `httpx` requirement from ~=0.26.0 to ~=0.27.0 (#4131) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- README.rst | 2 +- README_RAW.rst | 2 +- requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd7bd9242..890060ec7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: name: ruff files: ^(telegram|examples|tests)/.*\.py$ additional_dependencies: - - httpx~=0.26.0 + - httpx~=0.27.0 - tornado~=6.4 - APScheduler~=3.10.4 - cachetools~=5.3.2 @@ -34,7 +34,7 @@ repos: - id: pylint files: ^(telegram|examples)/.*\.py$ additional_dependencies: - - httpx~=0.26.0 + - httpx~=0.27.0 - tornado~=6.4 - APScheduler~=3.10.4 - cachetools~=5.3.2 @@ -50,7 +50,7 @@ repos: - types-pytz - types-cryptography - types-cachetools - - httpx~=0.26.0 + - httpx~=0.27.0 - tornado~=6.4 - APScheduler~=3.10.4 - cachetools~=5.3.2 diff --git a/README.rst b/README.rst index b40ac1331..993e72396 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ As these features are *optional*, the corresponding 3rd party dependencies are n Instead, they are listed as optional dependencies. This allows to avoid unnecessary dependency conflicts for users who don't need the optional features. -The only required dependency is `httpx ~= 0.26.0 `_ for +The only required dependency is `httpx ~= 0.27.0 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. ``python-telegram-bot`` is most useful when used along with additional libraries. diff --git a/README_RAW.rst b/README_RAW.rst index 5c3f7f60d..f3428cefb 100644 --- a/README_RAW.rst +++ b/README_RAW.rst @@ -136,7 +136,7 @@ As these features are *optional*, the corresponding 3rd party dependencies are n Instead, they are listed as optional dependencies. This allows to avoid unnecessary dependency conflicts for users who don't need the optional features. -The only required dependency is `httpx ~= 0.26.0 `_ for +The only required dependency is `httpx ~= 0.27.0 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. ``python-telegram-bot`` is most useful when used along with additional libraries. diff --git a/requirements.txt b/requirements.txt index 5151309fe..7c24fc990 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.26.0 +httpx ~= 0.27.0