aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-24 05:57:56 +0000
committerGravatar GitHub <[email protected]>2023-05-24 05:57:56 +0000
commit53f5fc93c621a19d2fb56d2bf326798a0afe493b (patch)
treeb81ad947af6b063fe05c3e487ac023e52af220e8 /pyproject.toml
parentMerge pull request #983 from python-discord/dependabot/pip/requests-2.31.0 (diff)
Bump coverage from 7.2.5 to 7.2.6
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.2.6. - [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.2.5...7.2.6) --- 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 f89b0f90..2a086901 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ ruff = "0.0.269"
pre-commit = "3.3.2"
[tool.poetry.group.test.dependencies]
-coverage = "7.2.5"
+coverage = "7.2.6"
[build-system]
requires = ["poetry-core>=1.2.0"]