chore(🦾): bump python pytest 7.3.1 -> 7.4.4 (#27864)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
parent
1b9e2581d2
commit
870e94809c
|
|
@ -185,7 +185,7 @@ development = [
|
||||||
"pyfakefs",
|
"pyfakefs",
|
||||||
"pyinstrument>=4.0.2,<5",
|
"pyinstrument>=4.0.2,<5",
|
||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest<8.0.0", # hairy issue with pytest >=8 where current_app proxies are not set in time
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock",
|
"pytest-mock",
|
||||||
"python-ldap>=3.4.4",
|
"python-ldap>=3.4.4",
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ pip-tools==7.3.0
|
||||||
# via pip-compile-multi
|
# via pip-compile-multi
|
||||||
playwright==1.42.0
|
playwright==1.42.0
|
||||||
# via apache-superset
|
# via apache-superset
|
||||||
pluggy==1.2.0
|
pluggy==1.4.0
|
||||||
# via
|
# via
|
||||||
# pytest
|
# pytest
|
||||||
# tox
|
# tox
|
||||||
|
|
@ -220,7 +220,7 @@ pyproject-api==1.5.2
|
||||||
# via tox
|
# via tox
|
||||||
pyproject-hooks==1.0.0
|
pyproject-hooks==1.0.0
|
||||||
# via build
|
# via build
|
||||||
pytest==7.3.1
|
pytest==7.4.4
|
||||||
# via
|
# via
|
||||||
# apache-superset
|
# apache-superset
|
||||||
# pytest-cov
|
# pytest-cov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue