Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from cookiecutter:master #680

Merged
merged 10 commits into from
Jan 3, 2024
Prev Previous commit
Next Next commit
Update pytest to 7.4.4 (cookiecutter#4767)
* Update pytest from 7.4.3 to 7.4.4

* Update pytest from 7.4.3 to 7.4.4
pyup-bot authored Jan 2, 2024
commit deb74408fe7350d48e94752c7d796c28d5394dc6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ pre-commit==3.6.0
# Testing
# ------------------------------------------------------------------------------
tox==4.11.4
pytest==7.4.3
pytest==7.4.4
pytest-xdist==3.5.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
# ------------------------------------------------------------------------------
mypy==1.7.1 # https://github.com/python/mypy
django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs
pytest==7.4.3 # https://github.com/pytest-dev/pytest
pytest==7.4.4 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
djangorestframework-stubs[compatible-mypy]==3.14.5 # https://github.com/typeddjango/djangorestframework-stubs