diff options
author | 2023-03-21 21:22:34 +0000 | |
---|---|---|
committer | 2023-03-21 21:22:34 +0000 | |
commit | 54469b68d2d6cbb01e6e5db5c3bb1b9647000bc9 (patch) | |
tree | 6b06ddd82fdb22842d923354acd26742e05d32f0 /pyproject.toml | |
parent | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#2468) (diff) |
Bump coverage from 7.2.1 to 7.2.2 (#2473)
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 bf6757631..05f50e1f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tldextract = "3.4.0" pydantic = { version = "1.10.6", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.1" +coverage = "7.2.2" flake8 = "6.0.0" flake8-annotations = "3.0.0" flake8-bugbear = "23.3.12" |