aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-04 03:58:44 +0000
committerGravatar GitHub <[email protected]>2023-10-04 03:58:44 +0000
commitadc88252f68b1e1f671b71ecd7f43ca5f4a3a5a1 (patch)
treea96fbdb31b23f89b240a91ca8e7af4a27495a589 /pyproject.toml
parentUpdate all references of 3.11 in eval to 3.12 (#2777) (diff)
Bump coverage from 7.3.1 to 7.3.2 (#2778)
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 896d95ae5..53eb4024b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pydantic = "2.0.3"
pydantic-settings = "2.0.3"
[tool.poetry.dev-dependencies]
-coverage = "7.3.1"
+coverage = "7.3.2"
httpx = "0.25.0"
pre-commit = "3.4.0"
pip-licenses = "4.3.3"