aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-15 08:26:51 +0000
committerGravatar GitHub <[email protected]>2023-12-15 08:26:51 +0000
commit2f89501a07afc7e286a2a65582623f2e0c23abd4 (patch)
treeacacbaf08300ceb954b74888de8664e8611ed14d /pyproject.toml
parentMerge pull request #1180 from python-discord/dependabot/github_actions/action... (diff)
Bump coverage from 7.3.2 to 7.3.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3. - [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.3.2...7.3.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 82a18e95..bd6e9fa2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ ruff = "0.1.8"
pre-commit = "3.6.0"
[tool.poetry.group.test.dependencies]
-coverage = "7.3.2"
+coverage = "7.3.3"
[build-system]
requires = ["poetry-core>=1.2.0"]