Skip to content

Commit

Permalink
chore(dependencies): create a new httpbin pin
Browse files Browse the repository at this point in the history
The unreleased version has the fixes we need.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jan 27, 2024
1 parent 7cb60dd commit f59cb9d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 12 additions & 7 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pytest-randomly = "^3.15.0"
requests = "^2.26.0"
starlette = "^0.36.1"
httpx = "^0.26.0"
# Waiting for new release. See https://github.com/psf/httpbin/issues/35
httpbin = { git = "https://github.com/psf/httpbin.git", rev = "1f6e0498" }

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

0 comments on commit f59cb9d

Please sign in to comment.