File tree 3 files changed +5
-2
lines changed
{{cookiecutter.project_slug}}/requirements
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All enhancements and patches to Cookiecutter Django will be documented in this file.
3
3
4
+ ## [ 2020-09-28]
5
+ ### Changed
6
+ - Updated pytest to 6.1.0 - [ @luzfcb ] ( https://github.com/luzfcb )
4
7
5
8
## [ 2020-09-24]
6
9
### Changed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ flake8==3.8.3
10
10
# Testing
11
11
# ------------------------------------------------------------------------------
12
12
tox == 3.20.0
13
- pytest == 6.0.2
13
+ pytest == 6.1.0
14
14
pytest-cookies == 0.5.1
15
15
pytest-xdist == 2.1.0
16
16
pyyaml == 5.3.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ psycopg2-binary==2.8.6 # https://github.com/psycopg/psycopg2
11
11
mypy==0.770, <0.780 # https://github.com/python/mypy
12
12
# mypy >0.770 and <0.780 is required by django-stubs==1.5.0
13
13
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
15
15
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
16
16
django-test-plus==1.4.0 # https://github.com/revsys/django-test-plus
17
17
You can’t perform that action at this time.
0 commit comments