mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Update httpx
requirement from ~=0.25.0 to ~=0.25.1 (#3961)
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>
This commit is contained in:
parent
c8d9898eaa
commit
a0c81ec3d4
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue