File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
{{cookiecutter.project_slug}}/requirements Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pre-commit==2.20.0
1313# Testing
1414# ------------------------------------------------------------------------------
1515tox == 3.25.1
16- pytest == 7.1.2
16+ pytest == 7.1.3
1717pytest-cookies == 0.6.1
1818pytest-instafail == 0.4.2
1919pyyaml == 6.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ watchfiles==0.16.1 # https://github.com/samuelcolvin/watchfiles
1515# ------------------------------------------------------------------------------
1616mypy==0.971 # https://github.com/python/mypy
1717django-stubs==1.12.0 # https://github.com/typeddjango/django-stubs
18- pytest==7.1.2 # https://github.com/pytest-dev/pytest
18+ pytest==7.1.3 # https://github.com/pytest-dev/pytest
1919pytest-sugar==0.9.5 # https://github.com/Frozenball/pytest-sugar
2020{%- if cookiecutter.use_drf == "y" %}
2121djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestframework-stubs
You can’t perform that action at this time.
0 commit comments