From a114ac15a56d6985b50ecc69b83dc33bdd210935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:19:30 +0000 Subject: [PATCH] chore(deps): update development dependencies (non-major) --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c023279..a7d09a94 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.0", "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.326", "types-requests", "types-urllib3", ]