Skip to content

Commit

Permalink
Update pytest-httpx requirement from ~=0.30.0 to >=0.30,<0.32 in the …
Browse files Browse the repository at this point in the history
…dependencies group (#65)

* Update pytest-httpx requirement in the dependencies group

Updates the requirements on [pytest-httpx](https://github.com/Colin-b/pytest_httpx) to permit the latest version.

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Ensure v0.31.1 is installed at minimum.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
dependabot[bot] and CasperWA authored Sep 23, 2024
1 parent c3d014b commit 9dc4a4c
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.30.0",
"pytest-httpx~=0.31.1",
"requests-mock~=1.12",
"soft7[graph]",
]
Expand Down

0 comments on commit 9dc4a4c

Please sign in to comment.