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 f1e9c4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 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 @@ -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.35.0"
pytest-xdist = "^3.0.0"
testcontainers = "^4.0.0"
types-boto3 = "^1.0.2"
Expand Down

0 comments on commit f1e9c4b

Please sign in to comment.