diff --git a/dev-requirements.txt b/dev-requirements.txt index 47dd6a3675..b01bd74f1f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ pytest-cov==3.0.0 pytest-randomly==3.12.0 # Coverage testing. -coverage[toml]==6.4 +coverage[toml]==6.4.1 # Other stuff async-timeout==4.0.2 # Used for timeouts in some test cases.