diff options
| author | 2023-04-20 19:11:18 +0100 | |
|---|---|---|
| committer | 2023-04-20 19:11:18 +0100 | |
| commit | 577a003c9976a6e27095b6583b7a9f4eea5d0188 (patch) | |
| tree | e032bc3a203e72345ee832f824e1d6714cfd0e19 /pyproject.toml | |
| parent | Merge pull request #2543 from python-discord/dependabot/pip/rapidfuzz-3.0.0 (diff) | |
| parent | Bump pytest from 7.3.0 to 7.3.1 (diff) | |
Merge pull request #2544 from python-discord/dependabot/pip/pytest-7.3.1
Bump pytest from 7.3.0 to 7.3.1
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 41855ee9b..cf0444f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ httpx = "0.24.0" isort = "5.12.0" pre-commit = "3.2.2" pip-licenses = "4.2.0" -pytest = "7.3.0" +pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" |