Skip to content

Commit

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


Updates `pytest-django` from 4.5.2 to 4.6.0
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.5.2...v4.6.0)

Updates `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent 15396ff commit 35d0500
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions api/poetry.lock

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

4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mozilla-django-oidc = "^3.0.0"

[tool.poetry.group.dev.dependencies]
black = "22.12.0"
pytest-django = "4.5.2"
pytest = "7.4.2"
pytest-django = "4.6.0"
pytest = "7.4.3"
pytest-factoryboy = "2.6.0"
pytest-cov = "^4.0.0"
pytest-mock = "^3.11.1"
Expand Down

0 comments on commit 35d0500

Please sign in to comment.