Skip to content

Commit

Permalink
Update httpx requirement from 0.27.0 to 0.27.2 (#33)
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MarcielTorres <[email protected]>
  • Loading branch information
dependabot[bot] and marcieltorres authored Sep 2, 2024
1 parent bacdc8d commit bd4bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uvicorn = "0.30.4"
pytest = "8.3.2"
pytest-cov = "^5.0.0"
ruff = "^0.5.0"
httpx = "0.27.0"
httpx = "0.27.2"

[tool.pytest.ini_options]
testpaths = ["tests",]
Expand Down

0 comments on commit bd4bffd

Please sign in to comment.