Update httpx requirement from ~=0.26.0 to ~=0.27.0 (#4131)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-24 15:14:26 +01:00 committed by GitHub
parent bb6c85609a
commit c513d51147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ repos:
name: ruff name: ruff
files: ^(telegram|examples|tests)/.*\.py$ files: ^(telegram|examples|tests)/.*\.py$
additional_dependencies: additional_dependencies:
- httpx~=0.26.0 - httpx~=0.27.0
- tornado~=6.4 - tornado~=6.4
- APScheduler~=3.10.4 - APScheduler~=3.10.4
- cachetools~=5.3.2 - cachetools~=5.3.2
@ -34,7 +34,7 @@ repos:
- id: pylint - id: pylint
files: ^(telegram|examples)/.*\.py$ files: ^(telegram|examples)/.*\.py$
additional_dependencies: additional_dependencies:
- httpx~=0.26.0 - httpx~=0.27.0
- tornado~=6.4 - tornado~=6.4
- APScheduler~=3.10.4 - APScheduler~=3.10.4
- cachetools~=5.3.2 - cachetools~=5.3.2
@ -50,7 +50,7 @@ repos:
- types-pytz - types-pytz
- types-cryptography - types-cryptography
- types-cachetools - types-cachetools
- httpx~=0.26.0 - httpx~=0.27.0
- tornado~=6.4 - tornado~=6.4
- APScheduler~=3.10.4 - APScheduler~=3.10.4
- cachetools~=5.3.2 - cachetools~=5.3.2

View file

@ -135,7 +135,7 @@ As these features are *optional*, the corresponding 3rd party dependencies are n
Instead, they are listed as optional dependencies. Instead, they are listed as optional dependencies.
This allows to avoid unnecessary dependency conflicts for users who don't need the optional features. 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 <https://www.python-httpx.org>`_ for The only required dependency is `httpx ~= 0.27.0 <https://www.python-httpx.org>`_ for
``telegram.request.HTTPXRequest``, the default networking backend. ``telegram.request.HTTPXRequest``, the default networking backend.
``python-telegram-bot`` is most useful when used along with additional libraries. ``python-telegram-bot`` is most useful when used along with additional libraries.

View file

@ -136,7 +136,7 @@ As these features are *optional*, the corresponding 3rd party dependencies are n
Instead, they are listed as optional dependencies. Instead, they are listed as optional dependencies.
This allows to avoid unnecessary dependency conflicts for users who don't need the optional features. 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 <https://www.python-httpx.org>`_ for The only required dependency is `httpx ~= 0.27.0 <https://www.python-httpx.org>`_ for
``telegram.request.HTTPXRequest``, the default networking backend. ``telegram.request.HTTPXRequest``, the default networking backend.
``python-telegram-bot`` is most useful when used along with additional libraries. ``python-telegram-bot`` is most useful when used along with additional libraries.

View file

@ -6,4 +6,4 @@
# versions and only increase the lower bound if necessary # versions and only increase the lower bound if necessary
# httpx has no stable release yet, so let's be cautious for now # httpx has no stable release yet, so let's be cautious for now
httpx ~= 0.26.0 httpx ~= 0.27.0