aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-29 19:25:31 +0000
committerGravatar GitHub <[email protected]>2024-12-29 19:25:31 +0000
commitb82f036a2a83ac33fb06904e517df43e42d82dc1 (patch)
tree243c95c8005a68c2e26831e5809f964ffc2bfdb2 /pyproject.toml
parentBump aiohttp from 3.11.7 to 3.11.11 (#3216) (diff)
Bump coverage from 7.6.7 to 7.6.10 (#3217)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.7 to 7.6.10. - [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.6.7...7.6.10) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 146d085a0..6a78d5926 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pydantic = "2.10.1"
pydantic-settings = "2.6.1"
[tool.poetry.dev-dependencies]
-coverage = "7.6.7"
+coverage = "7.6.10"
httpx = "0.27.2"
pre-commit = "4.0.1"
pip-licenses = "5.0.0"