Skip to content

Commit

Permalink
working httpx + mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Nov 8, 2024
1 parent d52efb8 commit 731b512
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 @@ -31,10 +31,10 @@ f2http = "csv2http.core:main"

[tool.poetry.dependencies]
python = "^3.9"
httpx = "^0.23.3"
httpx = "^0.27.2"

[tool.poetry.dev-dependencies]
respx = "^0.19.3"
respx = "^0.21.1"
black = "^22.3.0"
isort = "^5.10.1"
invoke = "^1.7.1"
Expand Down

0 comments on commit 731b512

Please sign in to comment.