From 1bbc367746ab21e63d0afcbd05199e4c17cceef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:21:41 +0000 Subject: [PATCH] chore(deps): update development dependencies (non-major) --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf2e2413..d0a799a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,23 +28,23 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ - "coverage[toml]==7.3.1", + "coverage[toml]==7.3.2", "hypothesis>=6.0", "pytest==7.4.2", - "pytest-check==2.2.1", + "pytest-check==2.2.2", "pytest-cov==4.1.0", - "pytest-mock==3.11.1", + "pytest-mock==3.12.0", "pytest-rerunfailures==12.0", ] lint = [ - "black==23.9.1", - "codespell[toml]==2.2.5", + "black==23.10.0", + "codespell[toml]==2.2.6", "ruff==0.0.269", "yamllint==1.32.0" ] types = [ - "mypy[reports]==1.5.1", - "pyright==1.1.327", + "mypy[reports]==1.6.1", + "pyright==1.1.332", "types-requests", "types-urllib3", ]