Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#77)
Browse files Browse the repository at this point in the history
* Bump the dependencies group with 2 updates

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

Updates `pytest-cov` to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `pytest-httpx` to 0.33.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.32.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and CasperWA authored Nov 4, 2024
1 parent 2a06697 commit fb8fb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ graph = [
]
testing = [
"pytest~=8.2",
"pytest-cov~=5.0",
"pytest-httpx~=0.32.0",
"pytest-cov~=6.0",
"pytest-httpx~=0.33.0",
"requests-mock~=1.12",
"soft7[graph]",
]
Expand Down

0 comments on commit fb8fb93

Please sign in to comment.