Skip to content

Commit

Permalink
chore(deps-dev): bump the testing group in /api with 3 updates
Browse files Browse the repository at this point in the history
Bumps the testing group in /api with 3 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-mock](https://github.com/pytest-dev/pytest-mock) and [requests-mock](https://github.com/jamielennox/requests-mock).


Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

Updates `pytest-mock` from 3.12.0 to 3.14.0
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.12.0...v3.14.0)

Updates `requests-mock` from 1.11.0 to 1.12.1
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](jamielennox/requests-mock@1.11.0...1.12.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: requests-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and c0rydoras committed Apr 8, 2024
1 parent 98eb8c8 commit 78c429c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
34 changes: 16 additions & 18 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ python-dateutil = "^2.9.0.post0"
pytest-django = "4.8.0"
pytest = "8.1.1"
pytest-factoryboy = "2.7.0"
pytest-cov = "^4.0.0"
pytest-mock = "^3.11.1"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
pdbpp = "^0.10.3"
requests-mock = "^1.10.0"
requests-mock = "^1.12.1"
django-extensions = "^3.2.3"
ipdb = "^0.13.13"
ruff = "^0.3.4"
Expand Down

0 comments on commit 78c429c

Please sign in to comment.