diff --git a/poetry.lock b/poetry.lock index 7c3cab6..44e5f65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -832,4 +832,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.0" -content-hash = "22a7ea4872a49d7ca45c4ca73d2334882041703dd137a1ab7af6a9a52847c215" +content-hash = "c6e81dafe9c9936dfcc52493d73971c4286c0a267956d50f8474946096022f1a" diff --git a/pyproject.toml b/pyproject.toml index 2457fe0..447cc42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8 = "^5.0.4" pytest = "^7.3.1" icecream = "^2.1.2" pre-commit = "^2.21.0" -coverage = {extras = ["toml"], version = "^7.1.0"} +coverage = {extras = ["toml"], version = "^7.2.6"} pytest-cov = "^4.0.0" [tool.poetry.group.dev.dependencies]