mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 21:14:03 +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
|
# Testing
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
tox==3.15.1
|
tox==3.15.1
|
||||||
pytest==5.4.2
|
pytest==5.4.3
|
||||||
pytest-cookies==0.5.1
|
pytest-cookies==0.5.1
|
||||||
pytest-instafail==0.4.1.post0
|
pytest-instafail==0.4.1.post0
|
||||||
pyyaml==5.3.1
|
pyyaml==5.3.1
|
||||||
|
|
|
@ -16,7 +16,7 @@ watchgod==0.6 # https://github.com/samuelcolvin/watchgod
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
mypy==0.770 # https://github.com/python/mypy
|
mypy==0.770 # https://github.com/python/mypy
|
||||||
django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs
|
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
|
pytest-sugar==0.9.3 # https://github.com/Frozenball/pytest-sugar
|
||||||
|
|
||||||
# Code quality
|
# Code quality
|
||||||
|
|
Loading…
Reference in New Issue
Block a user