diff options
| author | 2023-06-12 14:17:25 +0100 | |
|---|---|---|
| committer | 2023-06-12 14:17:25 +0100 | |
| commit | 0091e1e2bce071ad41a3c62c103635a737709d6d (patch) | |
| tree | bb3f2f4373ee6c1a7668d2a3bac87baf9eddf175 /pyproject.toml | |
| parent | Bump pydis-core from 9.6.0 to 9.7.0 (#2638) (diff) | |
Bump pytest from 7.3.1 to 7.3.2 (#2636)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.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/7.3.1...7.3.2)
---
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 cfd688221..9b17d6075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.2" pip-licenses = "4.3.2" -pytest = "7.3.1" +pytest = "7.3.2" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" |