diff options
| author | 2024-05-20 15:44:08 +0000 | |
|---|---|---|
| committer | 2024-05-20 15:44:08 +0000 | |
| commit | 29b13727049e9f9d3081617b09fccd73931e3e55 (patch) | |
| tree | 184fc6cfd6f3f7af00f201562c5fd6228c5c8fda /pyproject.toml | |
| parent | Bump rapidfuzz from 3.9.0 to 3.9.1 (#3058) (diff) | |
Bump pytest from 8.2.0 to 8.2.1 (#3060)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1.
- [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.2.0...8.2.1)
---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
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 fb3e17f0a..96c975f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.5.1"  httpx = "0.27.0"  pre-commit = "3.7.1"  pip-licenses = "4.4.0" -pytest = "8.2.0" +pytest = "8.2.1"  pytest-cov = "5.0.0"  pytest-subtests = "0.12.1"  pytest-xdist = "3.6.1"  |