diff options
author | 2023-10-04 03:58:44 +0000 | |
---|---|---|
committer | 2023-10-04 03:58:44 +0000 | |
commit | adc88252f68b1e1f671b71ecd7f43ca5f4a3a5a1 (patch) | |
tree | a96fbdb31b23f89b240a91ca8e7af4a27495a589 /pyproject.toml | |
parent | Update 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.toml | 2 |
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" |