mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #2611 from pydanny/pyup-update-pytest-5.4.2-to-5.4.3
Update pytest to 5.4.3
This commit is contained in:
commit
aefbbb0a9e
|
@ -11,7 +11,7 @@ flake8-isort==3.0.0
|
|||
# Testing
|
||||
# ------------------------------------------------------------------------------
|
||||
tox==3.15.1
|
||||
pytest==5.4.2
|
||||
pytest==5.4.3
|
||||
pytest-cookies==0.5.1
|
||||
pytest-instafail==0.4.1.post0
|
||||
pyyaml==5.3.1
|
||||
|
|
|
@ -16,7 +16,7 @@ watchgod==0.6 # https://github.com/samuelcolvin/watchgod
|
|||
# ------------------------------------------------------------------------------
|
||||
mypy==0.770 # https://github.com/python/mypy
|
||||
django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs
|
||||
pytest==5.4.2 # https://github.com/pytest-dev/pytest
|
||||
pytest==5.4.3 # https://github.com/pytest-dev/pytest
|
||||
pytest-sugar==0.9.3 # https://github.com/Frozenball/pytest-sugar
|
||||
|
||||
# Code quality
|
||||
|
|
Loading…
Reference in New Issue
Block a user