From ef92cf3d303922c2caeed7f9a79387b9ea4020bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:51:26 +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 fff7680d..29cb073e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "coverage[toml]==7.2.7", "freezegun==1.2.2", "logassert==7", - "pyfakefs==5.2.2", + "pyfakefs==5.2.3", "pytest==7.4.0", "pytest-cov==4.1.0", "pytest-mock==3.11.1", @@ -42,19 +42,19 @@ dev = [ "pytest-xdist==3.3.1", "pytest-time==0.3.1", "responses==0.23.1", - "types-requests==2.31.0.1", - "types-setuptools==68.0.0.1", - "types-pyyaml==6.0.12.10", + "types-requests==2.31.0.2", + "types-setuptools==68.0.0.3", + "types-pyyaml==6.0.12.11", ] lint = [ - "black==23.3.0", + "black==23.7.0", "codespell[toml]==2.2.5", "ruff==0.0.277", "yamllint==1.32.0", ] types = [ "mypy[reports]==1.4.1", - "pyright==1.1.316", + "pyright==1.1.318", ] docs = [ "furo==2023.5.20",