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:
dependabot[bot] 2023-11-04 08:34:31 +01:00 committed by GitHub
parent c8d9898eaa
commit a0c81ec3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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