From 43a30e6a0b893a5c40def2c4bf8ce355c112698b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:22:37 +0000 Subject: [PATCH] chore(deps): update development dependencies (non-major) --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e9e57af..d33dfd53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ craft-providers = "craft_providers.cli:main" [project.optional-dependencies] dev = [ - "coverage[toml]==7.5.1", - "freezegun==1.5.0", + "coverage[toml]==7.5.3", + "freezegun==1.5.1", "logassert==7", - "pyfakefs==5.4.1", - "pytest==8.2.0", + "pyfakefs==5.5.0", + "pytest==8.2.1", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "pytest-rerunfailures==14.0", @@ -47,18 +47,18 @@ dev = [ "responses==0.25.0", # types-requests>=2.31.0.7 requires urllib3>=2 "types-requests==2.31.0.6", - "types-setuptools==69.5.0.20240423", + "types-setuptools==69.5.0.20240522", "types-pyyaml==6.0.12.20240311", ] lint = [ "black==24.4.2", - "codespell[toml]==2.2.6", + "codespell[toml]==2.3.0", "ruff==0.4.5", "yamllint==1.35.1", ] types = [ "mypy[reports]==1.10.0", - "pyright==1.1.361", + "pyright==1.1.365", ] docs = [ "pyspelling==2.10",