Skip to content

Commit

Permalink
Update pytest-httpx requirement in the dependencies group
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.

Updates `pytest-httpx` to 0.32.0
- [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.31.1...v0.32.0)

---
updated-dependencies:
- dependency-name: pytest-httpx
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 01863eb commit 88649ea
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 @@ -53,7 +53,7 @@ graph = [
testing = [
"pytest~=8.2",
"pytest-cov~=5.0",
"pytest-httpx~=0.31.1",
"pytest-httpx>=0.31.1,<0.33.0",
"requests-mock~=1.12",
"soft7[graph]",
]
Expand Down

0 comments on commit 88649ea

Please sign in to comment.