diff --git a/pyproject.toml b/pyproject.toml index e2859b09..03b72320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,20 +31,20 @@ dev = [ "coverage[toml]==7.2.7", "hypothesis>=6.0", "pytest==7.4.0", - "pytest-check==2.1.5", + "pytest-check==2.2.0", "pytest-cov==4.1.0", "pytest-mock==3.11.1", "pytest-rerunfailures==12.0", ] lint = [ - "black==23.3.0", + "black==23.7.0", "codespell[toml]==2.2.5", "ruff==0.0.269", "yamllint==1.32.0" ] types = [ "mypy[reports]==1.4.1", - "pyright==1.1.316", + "pyright==1.1.320", "types-requests", "types-urllib3", ]