Skip to content

Commit

Permalink
Merge pull request #3 from msoedov/dependabot/pip/httpx-0.27.0
Browse files Browse the repository at this point in the history
build(deps): bump httpx from 0.25.2 to 0.27.0
  • Loading branch information
msoedov authored Apr 14, 2024
2 parents 13c2c12 + 00a7120 commit 9b2adf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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"

[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"

Expand Down

0 comments on commit 9b2adf1

Please sign in to comment.