aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-28 12:54:46 +0000
committerGravatar GitHub <[email protected]>2023-12-28 12:54:46 +0000
commitcbed4fed5cca4f1ae79f9f1b00744474f451d269 (patch)
tree491f9f8bf84f0b2664a6652b0d5df7f8c67027ae /pyproject.toml
parentBump rapidfuzz from 3.5.2 to 3.6.0 (#2865) (diff)
Bump coverage from 7.3.4 to 7.4.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0. - [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.4...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... 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 ac60d20c8..641128f04 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pydantic = "2.5.2"
pydantic-settings = "2.1.0"
[tool.poetry.dev-dependencies]
-coverage = "7.3.4"
+coverage = "7.4.0"
httpx = "0.26.0"
pre-commit = "3.6.0"
pip-licenses = "4.3.3"