mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Update dev dependencies
This commit is contained in:
@@ -60,12 +60,12 @@ django-q-sentry = {version = ">=0.1", optional = true}
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.4.2"
|
||||
pytest-django = "^3.9.0"
|
||||
pytest = "^7.1.3"
|
||||
pytest-django = "^4.5.2"
|
||||
Sphinx = "^4.0.2"
|
||||
pytest-cov = "^2.12.0"
|
||||
black = { version = "^21.5b1", allow-prereleases = true }
|
||||
isort = {extras = ["requirements_deprecated_finder"], version = "^5.8.0"}
|
||||
pytest-cov = "^3.0.0"
|
||||
black = "^22.8.0"
|
||||
isort = {extras = ["requirements_deprecated_finder"], version = "^5.10.1"}
|
||||
|
||||
[tool.poetry.extras]
|
||||
requires = ["poetry_core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user