aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-08 08:18:01 +0000
committerGravatar GitHub <[email protected]>2024-05-08 08:18:01 +0000
commit71a7f776cb65dae03fe82c5b0e5756da703d2659 (patch)
treeb1e8ebd52b9a5f855d97956e231af07c7a06a18b /pyproject.toml
parentBump ruff from 0.4.2 to 0.4.3 (#3042) (diff)
Bump coverage from 7.5.0 to 7.5.1 (#3041)
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 5ded1e26c..273cf4f64 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pydantic = "2.6.4"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
-coverage = "7.5.0"
+coverage = "7.5.1"
httpx = "0.27.0"
pre-commit = "3.7.0"
pip-licenses = "4.4.0"