Skip to content

Commit

Permalink
build(deps): update pytest-celery requirement from <1 to <2
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-celery](https://github.com/celery/pytest-celery) to permit the latest version.
- [Release notes](https://github.com/celery/pytest-celery/releases)
- [Commits](celery/pytest-celery@v0.1.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pytest-celery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent f9032fe commit df370e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docs = [
]
tests = [
"pytest>=7,<9",
"pytest-celery<1",
"pytest-celery<2",
"pytest-cov>=4.1.0",
"pytest-mock",
"pytest-rerunfailures",
Expand Down

0 comments on commit df370e9

Please sign in to comment.