Skip to content

Commit

Permalink
chore(🦾): bump python pytest 7.3.1 -> 7.4.4 (apache#27864)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Maxime Beauchemin <[email protected]>
  • Loading branch information
3 people authored and qleroy committed Apr 28, 2024
1 parent bb473c8 commit 1576a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ development = [
"pyfakefs",
"pyinstrument>=4.0.2,<5",
"pylint",
"pytest",
"pytest<8.0.0", # hairy issue with pytest >=8 where current_app proxies are not set in time
"pytest-cov",
"pytest-mock",
"python-ldap>=3.4.4",
Expand Down
4 changes: 2 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pip-tools==7.3.0
# via pip-compile-multi
playwright==1.42.0
# via apache-superset
pluggy==1.2.0
pluggy==1.4.0
# via
# pytest
# tox
Expand Down Expand Up @@ -220,7 +220,7 @@ pyproject-api==1.5.2
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
pytest==7.4.4
# via
# apache-superset
# pytest-cov
Expand Down

0 comments on commit 1576a60

Please sign in to comment.