Merge pull request #3 from msoedov/dependabot/pip/httpx-0.27.0

build(deps): bump httpx from 0.25.2 to 0.27.0
This commit is contained in:
Alexander Myasoedov
2024-04-14 20:48:36 +03:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -30,7 +30,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"
@@ -38,7 +38,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"