Skip to content

Commit e3add7e

Browse files
authored
Update pytest-sugar to 0.9.5 (cookiecutter#3800)
1 parent 6f35115 commit e3add7e

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod
1616
mypy==0.971 # https://github.com/python/mypy
1717
django-stubs==1.12.0 # https://github.com/typeddjango/django-stubs
1818
pytest==7.1.2 # https://github.com/pytest-dev/pytest
19-
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
19+
pytest-sugar==0.9.5 # https://github.com/Frozenball/pytest-sugar
2020
{%- if cookiecutter.use_drf == "y" %}
2121
djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestframework-stubs
2222
{%- endif %}

0 commit comments

Comments
 (0)