diff options
author | 2024-05-08 08:18:01 +0000 | |
---|---|---|
committer | 2024-05-08 08:18:01 +0000 | |
commit | 71a7f776cb65dae03fe82c5b0e5756da703d2659 (patch) | |
tree | b1e8ebd52b9a5f855d97956e231af07c7a06a18b /pyproject.toml | |
parent | Bump 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.toml | 2 |
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" |