mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Update httpx
requirement from ~=0.24.0 to ~=0.24.1 (#3715)
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
parent
5309cf6555
commit
cd25964419
4 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@ repos:
|
||||||
- --jobs=0
|
- --jobs=0
|
||||||
|
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- httpx~=0.23.3
|
- httpx~=0.24.1
|
||||||
- tornado~=6.2
|
- tornado~=6.2
|
||||||
- APScheduler~=3.10.1
|
- APScheduler~=3.10.1
|
||||||
- cachetools~=5.3.0
|
- cachetools~=5.3.0
|
||||||
|
@ -44,7 +44,7 @@ repos:
|
||||||
- types-pytz
|
- types-pytz
|
||||||
- types-cryptography
|
- types-cryptography
|
||||||
- types-cachetools
|
- types-cachetools
|
||||||
- httpx~=0.23.3
|
- httpx~=0.24.1
|
||||||
- tornado~=6.2
|
- tornado~=6.2
|
||||||
- APScheduler~=3.10.1
|
- APScheduler~=3.10.1
|
||||||
- cachetools~=5.3.0
|
- cachetools~=5.3.0
|
||||||
|
@ -83,7 +83,7 @@ repos:
|
||||||
name: ruff
|
name: ruff
|
||||||
files: ^(telegram|examples|tests)/.*\.py$
|
files: ^(telegram|examples|tests)/.*\.py$
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- httpx~=0.23.3
|
- httpx~=0.24.1
|
||||||
- tornado~=6.2
|
- tornado~=6.2
|
||||||
- APScheduler~=3.10.1
|
- APScheduler~=3.10.1
|
||||||
- cachetools~=5.3.0
|
- cachetools~=5.3.0
|
||||||
|
|
|
@ -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.23.3 <https://www.python-httpx.org>`_ for
|
The only required dependency is `httpx ~= 0.24.1 <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.
|
||||||
|
|
|
@ -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.23.3 <https://www.python-httpx.org>`_ for
|
The only required dependency is `httpx ~= 0.24.1 <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.
|
||||||
|
|
|
@ -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.24.0
|
httpx ~= 0.24.1
|
||||||
|
|
Loading…
Reference in a new issue