diff options
| author | 2024-02-20 21:16:37 -0800 | |
|---|---|---|
| committer | 2024-02-20 21:16:37 -0800 | |
| commit | cd768f06dddaee12b139ef30d46ea0123bdf8158 (patch) | |
| tree | 65a5516dbf79f24dbe6bc99d1a153cc104a46552 /pyproject.toml | |
| parent | Merge pull request #1239 from python-discord/dependabot/pip/sentry-sdk-1.40.5 (diff) | |
| parent | Bump coverage from 7.4.1 to 7.4.2 (diff) | |
Merge pull request #1241 from python-discord/dependabot/pip/coverage-7.4.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 e8b93d6f..c1193ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ruff = "0.2.2" pre-commit = "3.6.2" [tool.poetry.group.test.dependencies] -coverage = "7.4.1" +coverage = "7.4.2" [build-system] requires = ["poetry-core>=1.2.0"] |