diff options
| author | 2023-06-10 09:55:22 +0000 | |
|---|---|---|
| committer | 2023-06-10 09:55:22 +0000 | |
| commit | 0c7438a7316f663069e27b6292002405be6356a9 (patch) | |
| tree | 739567685315b732d5fb291bac351afe16f29067 /pyproject.toml | |
| parent | Bump pytest-cov from 4.0.0 to 4.1.0 (#2616) (diff) | |
Bump coverage from 7.2.6 to 7.2.7 (#2619)
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 f396d0d04..d7c8542eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tldextract = "3.4.4" pydantic = { version = "1.10.8", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.6" +coverage = "7.2.7" httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.2" |