Skip to content

Commit 398464d

Browse files
committed
Bump pytest from 6.0.2 to 6.1.0
1 parent 9fbb108 commit 398464d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All enhancements and patches to Cookiecutter Django will be documented in this file.
33

4+
## [2020-09-28]
5+
### Changed
6+
- Updated pytest to 6.1.0 - [@luzfcb](https://github.com/luzfcb)
47

58
## [2020-09-24]
69
### Changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8==3.8.3
1010
# Testing
1111
# ------------------------------------------------------------------------------
1212
tox==3.20.0
13-
pytest==6.0.2
13+
pytest==6.1.0
1414
pytest-cookies==0.5.1
1515
pytest-xdist==2.1.0
1616
pyyaml==5.3.1

{{cookiecutter.project_slug}}/requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg2-binary==2.8.6 # https://github.com/psycopg/psycopg2
1111
mypy==0.770, <0.780 # https://github.com/python/mypy
1212
# mypy >0.770 and <0.780 is required by django-stubs==1.5.0
1313
django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs
14-
pytest==6.0.2 # https://github.com/pytest-dev/pytest
14+
pytest==6.1.0 # https://github.com/pytest-dev/pytest
1515
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
1616
django-test-plus==1.4.0 # https://github.com/revsys/django-test-plus
1717

0 commit comments

Comments
 (0)