diff --git a/pyproject.toml b/pyproject.toml index 1872bbc7..ace06fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,10 +44,10 @@ dev = [ "pre-commit>=3.7.0", # pre-commit tasks in Makefile need these" "anyio==3.5.0", - "pylint==2.15.5", + "pylint==2.17.4", "pytest-asyncio==0.21.1", "pytest-cov==3.0.0", - "pytest-mock==3.3.1", + "pytest-mock==3.10.0", "pytest-order==1.0.0", "pytest-timeout==1.4.2", "pytest-watch==4.2.0", @@ -60,7 +60,9 @@ dev = [ "types-tabulate>=0.9.0.0", "types-ujson>=5.9.0.0", "types-urllib3>=1.26.25.4", - "typing_extensions>=4.4.0", + "typing_extensions>=4.7.1", + # F38 + "coverage==7.0.5", "freezegun>=1.2", "respx==0.20.1", ]