Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent ddc3fd5 commit cb7aa30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ emitter = "craft_cli.pytest_plugin"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.4.1",
"pytest==8.0.0",
"coverage[toml]==7.4.4",
"pytest==8.1.1",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
"pytest-mock==3.14.0",
"pytest-subprocess"
]
lint = [
"black==24.2.0",
"black==24.3.0",
"codespell[toml]==2.2.6",
"ruff~=0.2.1",
"yamllint==1.34.0"
"yamllint==1.35.1"
]
types = [
"mypy[reports]==1.8.0",
"pyright==1.1.350",
"mypy[reports]==1.9.0",
"pyright==1.1.357",
"types-Pygments",
"types-colorama",
"types-setuptools",
Expand Down

0 comments on commit cb7aa30

Please sign in to comment.