File tree 2 files changed +2
-2
lines changed
{{cookiecutter.project_slug}}/requirements
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pre-commit==3.6.2
12
12
# Testing
13
13
# ------------------------------------------------------------------------------
14
14
tox == 4.14.1
15
- pytest == 8.1.0
15
+ pytest == 8.1.1
16
16
pytest-xdist == 3.5.0
17
17
pytest-cookies == 0.7.0
18
18
pytest-instafail == 0.5.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
15
15
# ------------------------------------------------------------------------------
16
16
mypy==1.7.1 # https://github.com/python/mypy
17
17
django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs
18
- pytest==8.1.0 # https://github.com/pytest-dev/pytest
18
+ pytest==8.1.1 # https://github.com/pytest-dev/pytest
19
19
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
20
20
{%- if cookiecutter.use_drf == "y" %}
21
21
djangorestframework-stubs[compatible-mypy]==3.14.5 # https://github.com/typeddjango/djangorestframework-stubs
You can’t perform that action at this time.
0 commit comments