build(deps): bump httpx from 0.25.2 to 0.27.0

Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.25.2...0.27.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-13 15:13:17 +00:00
committed by GitHub
parent 4e308f6918
commit 00a7120643
2 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -662,13 +662,13 @@ trio = ["trio (>=0.22.0,<0.26.0)"]
[[package]]
name = "httpx"
version = "0.25.2"
version = "0.27.0"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
{file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"},
{file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"},
{file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
{file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
]
[package.dependencies]
@@ -1839,4 +1839,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "8914e8a651405b1e45facb8eb8e3f974af6d086777a7184e1036f5dad8cdb458"
content-hash = "983c982cfe50d7873fc5f5cfe15ca937a6be41c57f08d723a7c21735d23e8e38"
+2 -2
View File
@@ -29,7 +29,7 @@ fastapi = "^0.109.1"
uvicorn = "^0.23.2"
fire = "^0.5.0"
loguru = "^0.7.2"
httpx = "^0.25.1"
httpx = ">=0.25.1,<0.28.0"
cache-to-disk = "^2.0.0"
pandas = "^1.4.0"
datasets = "^1.14.0"
@@ -37,7 +37,7 @@ datasets = "^1.14.0"
[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
mypy = "^1.6.1"
httpx = "^0.25.1"
httpx = ">=0.25.1,<0.28.0"
pytest = "^7.4.3"
pre-commit = "^3.5.0"