From e4ad9eec984f546feb31e8c45455faa0079c03fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:55:14 -0400 Subject: [PATCH] chore(deps): update bugfixes (#198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18826e8..cb8585f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ requires-python = ">=3.10" dev = [ "build", "pyyaml>=6.0.0", - "coverage[toml]==7.6.0", - "pytest==8.3.1", + "coverage[toml]==7.6.1", + "pytest==8.3.2", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "pytest-check>=2.0", @@ -51,8 +51,8 @@ lint = [ "yamllint==1.35.1" ] types = [ - "mypy[reports]==1.11.0", - "pyright==1.1.372", + "mypy[reports]==1.11.1", + "pyright==1.1.375", "types-PyYAML", "types-Pygments", "types-colorama",