mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
build(deps-dev): bump pytest from 8.3.5 to 8.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b01e5a3804
commit
6bca9fad73
2 changed files with 26 additions and 6 deletions
|
@ -60,13 +60,15 @@ pluggy==1.5.0
|
|||
# tox
|
||||
pyee==12.0.0
|
||||
# via playwright
|
||||
pygments==2.19.2
|
||||
# via pytest
|
||||
pympler==1.1
|
||||
# via asv
|
||||
pyproject-api==1.8.0
|
||||
# via tox
|
||||
pyproject-hooks==1.2.0
|
||||
# via build
|
||||
pytest==8.3.5
|
||||
pytest==8.4.2
|
||||
# via
|
||||
# pytest-asyncio
|
||||
# pytest-django
|
||||
|
|
|
@ -10,6 +10,8 @@ asv==0.6.4
|
|||
# via -r requirements-dev.in
|
||||
asv-runner==0.2.1
|
||||
# via asv
|
||||
backports-asyncio-runner==1.2.0
|
||||
# via pytest-asyncio
|
||||
build==1.3.0
|
||||
# via asv
|
||||
cachetools==6.1.0
|
||||
|
@ -26,7 +28,7 @@ colorama==0.4.6
|
|||
# via tox
|
||||
distlib==0.4.0
|
||||
# via virtualenv
|
||||
django==5.2.5
|
||||
django==4.2.24
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# django-template-partials
|
||||
|
@ -34,6 +36,8 @@ django-template-partials==25.1
|
|||
# via -r requirements-dev.in
|
||||
djc-core-html-parser==1.0.2
|
||||
# via -r requirements-dev.in
|
||||
exceptiongroup==1.3.0
|
||||
# via pytest
|
||||
filelock==3.19.1
|
||||
# via
|
||||
# tox
|
||||
|
@ -45,7 +49,9 @@ identify==2.6.13
|
|||
idna==3.10
|
||||
# via requests
|
||||
importlib-metadata==8.7.0
|
||||
# via asv-runner
|
||||
# via
|
||||
# asv-runner
|
||||
# build
|
||||
iniconfig==2.1.0
|
||||
# via pytest
|
||||
json5==0.12.1
|
||||
|
@ -53,8 +59,7 @@ json5==0.12.1
|
|||
mypy==1.17.1
|
||||
# via -r requirements-dev.in
|
||||
mypy-extensions==1.1.0
|
||||
# via
|
||||
# mypy
|
||||
# via mypy
|
||||
nodeenv==1.9.1
|
||||
# via pre-commit
|
||||
packaging==25.0
|
||||
|
@ -94,7 +99,7 @@ pyproject-api==1.9.1
|
|||
# via tox
|
||||
pyproject-hooks==1.2.0
|
||||
# via build
|
||||
pytest==8.4.1
|
||||
pytest==8.4.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-asyncio
|
||||
|
@ -118,6 +123,14 @@ syrupy==4.9.1
|
|||
# via -r requirements-dev.in
|
||||
tabulate==0.9.0
|
||||
# via asv
|
||||
tomli==2.2.1
|
||||
# via
|
||||
# asv
|
||||
# build
|
||||
# mypy
|
||||
# pyproject-api
|
||||
# pytest
|
||||
# tox
|
||||
tox==4.28.4
|
||||
# via -r requirements-dev.in
|
||||
types-requests==2.32.4.20250809
|
||||
|
@ -125,8 +138,13 @@ types-requests==2.32.4.20250809
|
|||
typing-extensions==4.14.1
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# asgiref
|
||||
# exceptiongroup
|
||||
# mypy
|
||||
# pyee
|
||||
# pytest-asyncio
|
||||
# tox
|
||||
# virtualenv
|
||||
urllib3==2.5.0
|
||||
# via
|
||||
# requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue