diff options
| author | 2023-12-27 21:48:29 -0800 | |
|---|---|---|
| committer | 2023-12-27 21:48:29 -0800 | |
| commit | 0a41367da3f2fc2511110b88ca10a4ece912f1b7 (patch) | |
| tree | f580ace7f82c8e7bf8078949d2f9880d9164694c /pyproject.toml | |
| parent | Merge pull request #1195 from python-discord/dependabot/pip/pymdown-extension... (diff) | |
| parent | Bump coverage from 7.3.4 to 7.4.0 (diff) | |
Merge pull request #1196 from python-discord/dependabot/pip/coverage-7.4.0
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 0c1b2779..ee4b131d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ruff = "0.1.9" pre-commit = "3.6.0" [tool.poetry.group.test.dependencies] -coverage = "7.3.4" +coverage = "7.4.0" [build-system] requires = ["poetry-core>=1.2.0"] |