Skip to content

Commit

Permalink
fix(deps): update httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent f32ef81 commit cf0331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ earhorn = "earhorn.main:cli"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
click = "^8.0.1"
httpx = "^0.27.0"
httpx = "^0.28.0"
lxml = "^5.0.0"
prometheus-client = "^0.21.0"
pydantic = "^2.0.0"
Expand All @@ -46,7 +46,7 @@ mypy = "^1.0"
pylint = "^3.0.0"
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
pytest-httpx = "^0.32.0"
pytest-httpx = "^0.34.0"
pytest-xdist = "^3.0.0"
testcontainers = "^4.0.0"
types-boto3 = "^1.0.2"
Expand Down

0 comments on commit cf0331b

Please sign in to comment.