diff --git a/pyproject.toml b/pyproject.toml index f7ccf781..f54efd39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ craft-providers = "craft_providers.cli:main" [project.optional-dependencies] dev = [ - "coverage[toml]==7.4.3", + "coverage[toml]==7.4.4", "freezegun==1.4.0", "logassert==7", "pyfakefs==5.3.5", @@ -45,18 +45,18 @@ dev = [ "responses==0.25.0", # types-requests>=2.31.0.7 requires urllib3>=2 "types-requests==2.31.0.6", - "types-setuptools==69.1.0.20240310", - "types-pyyaml==6.0.12.12", + "types-setuptools==69.2.0.20240317", + "types-pyyaml==6.0.12.20240311", ] lint = [ - "black==24.2.0", + "black==24.3.0", "codespell[toml]==2.2.6", "ruff==0.3.2", "yamllint==1.35.1", ] types = [ "mypy[reports]==1.9.0", - "pyright==1.1.353", + "pyright==1.1.354", ] docs = [ "furo==2024.1.29",