Skip to content

Commit

Permalink
chore(deps): use released httpbin
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
miketheman authored Oct 11, 2024
1 parent 7dec4e5 commit 95761dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
16 changes: 6 additions & 10 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ pytest-randomly = "^3.15.0"
requests = "^2.32.3"
starlette = "^0.39.2"
httpx = "^0.27.2"
# Waiting for new release. See https://github.com/psf/httpbin/issues/35
httpbin = { git = "https://github.com/psf/httpbin.git", rev = "1f6e0498" }
httpbin = "^0.10.2"

[tool.poetry.plugins.pytest11]
socket = 'pytest_socket'
Expand Down

0 comments on commit 95761dc

Please sign in to comment.