From c64bd7a715689fdcb22352b2cb0db1070f2c1cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 13:39:23 +0100 Subject: [PATCH] Update `httpx` requirement from `~=0.23.1` to `~=0.23.3` (#3489) Co-authored-by: Hinrich Mahler <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 989e35260..d97392248 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - --jobs=0 additional_dependencies: - - httpx~=0.23.0 + - httpx~=0.23.3 - tornado~=6.2 - APScheduler~=3.9.1 - cachetools~=5.2.0 @@ -47,7 +47,7 @@ repos: - types-pytz - types-cryptography - types-cachetools - - httpx~=0.23.0 + - httpx~=0.23.3 - tornado~=6.2 - APScheduler~=3.9.1 - cachetools~=5.2.0 @@ -86,7 +86,7 @@ repos: name: ruff files: ^(telegram|examples)/.*\.py$ additional_dependencies: - - httpx~=0.23.0 + - httpx~=0.23.3 - tornado~=6.2 - APScheduler~=3.9.1 - cachetools~=5.2.0 diff --git a/README.rst b/README.rst index b5c8c2a4a..f9f7e005d 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.23.0 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. +The only required dependency is `httpx ~= 0.23.3 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. ``python-telegram-bot`` is most useful when used along with additional libraries. To minimize dependency conflicts, we try to be liberal in terms of version requirements on the (optional) dependencies. diff --git a/README_RAW.rst b/README_RAW.rst index 4b529fd11..52822c962 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.23.0 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. +The only required dependency is `httpx ~= 0.23.3 `_ for ``telegram.request.HTTPXRequest``, the default networking backend. ``python-telegram-bot`` is most useful when used along with additional libraries. To minimize dependency conflicts, we try to be liberal in terms of version requirements on the (optional) dependencies. diff --git a/requirements.txt b/requirements.txt index 81b65fef4..70e15ca22 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.23.1 +httpx ~= 0.23.3