aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 14:17:25 +0100
committerGravatar GitHub <[email protected]>2023-06-12 14:17:25 +0100
commit0091e1e2bce071ad41a3c62c103635a737709d6d (patch)
treebb3f2f4373ee6c1a7668d2a3bac87baf9eddf175 /pyproject.toml
parentBump 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.toml2
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"