Skip to content

Commit c561f51

Browse files
authored
Update pytest to 8.1.1 (#4914)
* Update pytest from 8.1.0 to 8.1.1 * Update pytest from 8.1.0 to 8.1.1
1 parent b27fd26 commit c561f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pre-commit==3.6.2
1212
# Testing
1313
# ------------------------------------------------------------------------------
1414
tox==4.14.1
15-
pytest==8.1.0
15+
pytest==8.1.1
1616
pytest-xdist==3.5.0
1717
pytest-cookies==0.7.0
1818
pytest-instafail==0.5.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
1515
# ------------------------------------------------------------------------------
1616
mypy==1.7.1 # https://github.com/python/mypy
1717
django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs
18-
pytest==8.1.0 # https://github.com/pytest-dev/pytest
18+
pytest==8.1.1 # https://github.com/pytest-dev/pytest
1919
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
2020
{%- if cookiecutter.use_drf == "y" %}
2121
djangorestframework-stubs[compatible-mypy]==3.14.5 # https://github.com/typeddjango/djangorestframework-stubs

0 commit comments

Comments
 (0)