diff options
author | 2025-02-01 19:18:05 +0000 | |
---|---|---|
committer | 2025-02-01 20:33:54 +0100 | |
commit | 24850db45cf3dae9ae86b5a0f90f565488398878 (patch) | |
tree | 3adcd19a4149ebdb20554128c07f813b1efd7cbd /pyproject.toml | |
parent | Bump django from 5.1.3 to 5.1.5 (diff) |
Bump coverage from 7.6.7 to 7.6.10
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.7 to 7.6.10.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.10)
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 b3bb86e0..04d015d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ruff = "0.8.0" pre-commit = "4.0.1" [tool.poetry.group.test.dependencies] -coverage = "7.6.7" +coverage = "7.6.10" [build-system] requires = ["poetry-core>=1.2.0"] |