From 927179e0496060b1e4c766b665929247c738942f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:21:38 -0400 Subject: [PATCH] chore(deps): update development dependencies (non-major) (#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30b437f6..f5260341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,10 +45,10 @@ remote = [ "launchpadlib>=1.10.16", ] dev = [ - "coverage[toml]==7.4.1", + "coverage[toml]==7.4.3", "hypothesis>=6.0", "pyfakefs~=5.3", - "pytest==8.0.0", + "pytest==8.1.1", "pytest-check==2.3.1", "pytest-cov==4.1.0", "pytest-mock==3.12.0", @@ -63,7 +63,7 @@ lint = [ "yamllint==1.35.1" ] types = [ - "mypy[reports]==1.8.0", + "mypy[reports]==1.9.0", "pyright==1.1.353", "types-requests", "types-urllib3",