Skip to content

Commit bd19b98

Browse files
authored
Update pytest to 7.1.3 (cookiecutter#3860)
* Update pytest from 7.1.2 to 7.1.3 * Update pytest from 7.1.2 to 7.1.3
1 parent 33b1b8e commit bd19b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pre-commit==2.20.0
1313
# Testing
1414
# ------------------------------------------------------------------------------
1515
tox==3.25.1
16-
pytest==7.1.2
16+
pytest==7.1.3
1717
pytest-cookies==0.6.1
1818
pytest-instafail==0.4.2
1919
pyyaml==6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ watchfiles==0.16.1 # https://github.com/samuelcolvin/watchfiles
1515
# ------------------------------------------------------------------------------
1616
mypy==0.971 # https://github.com/python/mypy
1717
django-stubs==1.12.0 # https://github.com/typeddjango/django-stubs
18-
pytest==7.1.2 # https://github.com/pytest-dev/pytest
18+
pytest==7.1.3 # https://github.com/pytest-dev/pytest
1919
pytest-sugar==0.9.5 # https://github.com/Frozenball/pytest-sugar
2020
{%- if cookiecutter.use_drf == "y" %}
2121
djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestframework-stubs

0 commit comments

Comments
 (0)