diff --git a/pyproject.toml b/pyproject.toml index 6c023279..b521b3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,23 +28,23 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ - "coverage[toml]==7.2.7", + "coverage[toml]==7.3.1", "hypothesis>=6.0", - "pytest==7.4.0", - "pytest-check==2.2.0", + "pytest==7.4.2", + "pytest-check==2.2.1", "pytest-cov==4.1.0", "pytest-mock==3.11.1", "pytest-rerunfailures==12.0", ] lint = [ - "black==23.7.0", + "black==23.9.1", "codespell[toml]==2.2.5", "ruff==0.0.269", "yamllint==1.32.0" ] types = [ - "mypy[reports]==1.4.1", - "pyright==1.1.320", + "mypy[reports]==1.5.1", + "pyright==1.1.327", "types-requests", "types-urllib3", ]