diff options
author | 2024-03-14 06:09:32 +0000 | |
---|---|---|
committer | 2024-03-14 06:09:32 +0000 | |
commit | 61802ba92bb86fe45d0d0432929f0ff1f459a803 (patch) | |
tree | e071802f13fada55d0b4e6f9501d63ec61356330 /pyproject.toml | |
parent | Bump sentry-sdk from 1.41.0 to 1.42.0 (#2957) (diff) |
Bump pytest from 8.1.0 to 8.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.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.1.0...8.1.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 2fdce14c6..6bc742246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.4.3" httpx = "0.27.0" pre-commit = "3.6.2" pip-licenses = "4.3.4" -pytest = "8.1.0" +pytest = "8.1.1" pytest-cov = "4.1.0" pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" |