From 54b64c7b8faef63575392bb8b9fe2341898ba940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:10:47 +0000 Subject: [PATCH] chore(deps): update development dependencies (non-major) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2dc50875..6d6f012e 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==11.1.2", ] 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", ]