diff options
author | 2024-08-31 18:57:56 +0000 | |
---|---|---|
committer | 2024-08-31 18:57:56 +0000 | |
commit | 233f5e30a1120f5c4d3b6648dddf4cd9b49b25c3 (patch) | |
tree | e544e9ac7c3c392c90d5d98bc384a6c365460eaf /pyproject.toml | |
parent | Bump sentry-sdk from 2.10.0 to 2.13.0 (#3146) (diff) |
Bump pytest from 8.2.2 to 8.3.2 (#3136)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
- [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.2...8.3.2)
---
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 cc9988030..722a88caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ coverage = "7.6.0" httpx = "0.27.0" pre-commit = "3.7.1" pip-licenses = "5.0.0" -pytest = "8.2.2" +pytest = "8.3.2" pytest-cov = "5.0.0" pytest-subtests = "0.13.1" pytest-xdist = "3.6.1" |