aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-26 05:58:30 +0000
committerGravatar GitHub <[email protected]>2024-02-26 05:58:30 +0000
commit43cf14267b2403e32ee746f34aca8ff95df2636b (patch)
treeaf3d503ca852f1a39db8511b7efe258f56240a89 /pyproject.toml
parentMerge pull request #1244 from python-discord/dependabot/pip/httpx-0.27.0 (diff)
Bump coverage from 7.4.2 to 7.4.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.2 to 7.4.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.4.2...7.4.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 21d26bd9..e255a315 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ ruff = "0.2.2"
pre-commit = "3.6.2"
[tool.poetry.group.test.dependencies]
-coverage = "7.4.2"
+coverage = "7.4.3"
[build-system]
requires = ["poetry-core>=1.2.0"]