aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-12-27 21:48:29 -0800
committerGravatar GitHub <[email protected]>2023-12-27 21:48:29 -0800
commit0a41367da3f2fc2511110b88ca10a4ece912f1b7 (patch)
treef580ace7f82c8e7bf8078949d2f9880d9164694c /pyproject.toml
parentMerge pull request #1195 from python-discord/dependabot/pip/pymdown-extension... (diff)
parentBump 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.toml2
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"]