aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 20:05:27 +0000
committerGravatar GitHub <[email protected]>2024-01-29 20:05:27 +0000
commit07922245420e9814d13ccdfc952996071a8bf51e (patch)
tree4d8319b338c188b8ff7ccfa67cf20466554c0832 /pyproject.toml
parentBump ruff from 0.1.11 to 0.1.14 (#2894) (diff)
Bump pytest from 7.4.4 to 8.0.0 (#2900)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [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/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9413977b8..a3932b00d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ coverage = "7.4.0"
httpx = "0.26.0"
pre-commit = "3.6.0"
pip-licenses = "4.3.4"
-pytest = "7.4.4"
+pytest = "8.0.0"
pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
pytest-xdist = "3.5.0"