diff options
| author | 2022-05-10 20:24:37 +0400 | |
|---|---|---|
| committer | 2022-05-10 20:24:37 +0400 | |
| commit | 7c0ecc8fa3c41e439dc876ea6c6e732909338f4b (patch) | |
| tree | acc693db4196a6c7af960e14ce7b197f1cc3c697 /pyproject.toml | |
| parent | Merge pull request #70 from python-discord/dependabot/pip/flake8-bugbear-22.4.25 (diff) | |
| parent | Bump pytest from 7.1.1 to 7.1.2 (diff) | |
Merge pull request #71 from python-discord/dependabot/pip/pytest-7.1.2
Bump pytest from 7.1.1 to 7.1.2
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 9c9764ff..bc615790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pep8-naming = "0.12.1" pre-commit = "2.18.1" taskipy = "1.10.1" python-dotenv = "0.20.0" -pytest = "7.1.1" +pytest = "7.1.2" pytest-cov = "3.0.0" pytest-xdist = "2.5.0" Sphinx = "4.5.0" |