aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-01 19:18:05 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-01 20:33:54 +0100
commit24850db45cf3dae9ae86b5a0f90f565488398878 (patch)
tree3adcd19a4149ebdb20554128c07f813b1efd7cbd /pyproject.toml
parentBump 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.toml2
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"]