diff --git a/poetry.lock b/poetry.lock index 0edcd50..9dcd33a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2255,13 +2255,13 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-sugar" -version = "0.9.7" +version = "1.0.0" description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." optional = false python-versions = "*" files = [ - {file = "pytest-sugar-0.9.7.tar.gz", hash = "sha256:f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46"}, - {file = "pytest_sugar-0.9.7-py2.py3-none-any.whl", hash = "sha256:8cb5a4e5f8bbcd834622b0235db9e50432f4cbd71fef55b467fe44e43701e062"}, + {file = "pytest-sugar-1.0.0.tar.gz", hash = "sha256:6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a"}, + {file = "pytest_sugar-1.0.0-py3-none-any.whl", hash = "sha256:70ebcd8fc5795dc457ff8b69d266a4e2e8a74ae0c3edc749381c64b5246c8dfd"}, ] [package.dependencies] @@ -3218,4 +3218,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f239baf93ce1823aae962078e221f1e0990ca2cdc66bc24b4a45d712b2422422" +content-hash = "1c005f4b9fc1be6f173b2405b95ec1a8e387af3fed558c7d0fa3bf6a84ffe685" diff --git a/pyproject.toml b/pyproject.toml index 298017e..64a6bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ watchfiles = "^0.21.0" mypy = "^1.6.1" django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]} pytest = "^8.0.0" -pytest-sugar = "^0.9.7" +pytest-sugar = "^1.0.0" sphinx = "^7.2.6" sphinx-autobuild = "^2021.3.14" sphinx_rtd_theme = "^2.0.0"