Skip to content

Commit eb433f1

Browse files
dependabot-pip: update pytest requirement from ^8.3.4 to >=8.3.4,<10.0.0 (#21)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e103c1 commit eb433f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Django = ">=4,<6"
2727
# =============================================================================
2828

2929
[tool.poetry.group.dev.dependencies]
30-
pytest = "^8.3.4" # Framework for testing
30+
pytest = ">=8.3.4,<10.0.0" # Framework for testing
3131
pytest-cov = ">=6.1.1,<8.0.0" # Code coverage for tests
3232
black = "^24.8.0" # Code formatter
3333
flake8 = "^7.2.0" # Linter for code quality

0 commit comments

Comments
 (0)