Skip to content

Commit

Permalink
Update pytest-httpx requirement from ^0.28.0 to ^0.29.0 (#14)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-httpx](https://github.com/Colin-b/pytest_httpx) to permit the latest version.
- [Release notes](https://github.com/Colin-b/pytest_httpx/releases)
- [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md)
- [Commits](Colin-b/pytest_httpx@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 33ea124 commit a8b48a8
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 @@ -44,7 +44,7 @@ optional = true
[tool.poetry.group.tests.dependencies]
pytest = "^7.3.0"
pytest-cov = "^4.0.0"
pytest-httpx = "^0.28.0"
pytest-httpx = "^0.29.0"
pytest-mock = "^3.12.0"
# Optional build requirements

Expand Down

0 comments on commit a8b48a8

Please sign in to comment.