aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-31 19:07:45 +0000
committerGravatar GitHub <[email protected]>2024-08-31 19:07:45 +0000
commitc2fda432b18a689bce382a79ca1b819d627e8415 (patch)
treef9735e7cd25dcae02ba30fa07cfc0c9ed379a59d /pyproject.toml
parentBump lxml from 5.2.2 to 5.3.0 (#3156) (diff)
Bump coverage from 7.6.0 to 7.6.1 (#3157)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. - [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.0...7.6.1) --- 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 fd21c079b..264dbe8a2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ pydantic = "2.6.4"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
-coverage = "7.6.0"
+coverage = "7.6.1"
httpx = "0.27.0"
pre-commit = "3.7.1"
pip-licenses = "5.0.0"