From 681ef1600cdcdf35a91fe787b1d83ade73f13538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:10:25 +0000 Subject: [PATCH] build(deps): update bugfixes --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8abbf562..76725a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest-rerunfailures==14.0", "pytest-subprocess==1.5.2", "pytest-xdist==3.6.1", - "pytest-time==0.3.1", + "pytest-time==0.3.2", "responses==0.25.3", # types-requests>=2.31.0.7 requires urllib3>=2 "types-requests==2.31.0.6", @@ -54,8 +54,8 @@ lint = [ "yamllint==1.35.1", ] types = [ - "mypy[reports]==1.11.1", - "pyright==1.1.377", + "mypy[reports]==1.11.2", + "pyright==1.1.379", ] docs = [ "pyspelling==2.10",