diff options
author | 2024-04-29 20:38:34 +0100 | |
---|---|---|
committer | 2024-04-29 20:38:34 +0100 | |
commit | fba297dd7cfcb48adc237e08a90c2d634046cdd0 (patch) | |
tree | e6ff3e515a584cf0ddf2f79f9e01b154d080d3fb /pyproject.toml | |
parent | Notify help threads if the owner is no longer on the server (#3022) (diff) |
Bump pytest from 8.1.1 to 8.2.0 (#3033)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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/8.1.1...8.2.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b9fef33b6..e552695be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.5.0" httpx = "0.27.0" pre-commit = "3.7.0" pip-licenses = "4.4.0" -pytest = "8.1.1" +pytest = "8.2.0" pytest-cov = "5.0.0" pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" |