Skip to content

Commit

Permalink
build(deps): bump pytest-django from 3.10.0 to 4.8.0
Browse files Browse the repository at this point in the history
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.10.0 to 4.8.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@v3.10.0...v4.8.0)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 4df9202 commit ccb0d31
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 28 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gunicorn = "*"
[tool.poetry.group.tests.dependencies]
pytest = "^7.4.4"
pytest-cov = "^2.7"
pytest-django = "^3.4"
pytest-django = "^4.8"
pytest-mock = "^1.10"
pytest-vcr = "^1.0"

Expand Down

0 comments on commit ccb0d31

Please sign in to comment.