Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 41246d1 commit 3bad32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ emitter = "craft_cli.pytest_plugin"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.3.0",
"pytest==7.4.0",
"coverage[toml]==7.3.1",
"pytest==7.4.2",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
"pytest-subprocess"
]
lint = [
"black==23.7.0",
"black==23.9.1",
"codespell[toml]==2.2.5",
"ruff==0.0.285",
"yamllint==1.32.0"
]
types = [
"mypy[reports]==1.5.1",
"pyright==1.1.323",
"pyright==1.1.326",
]
docs = [
"furo==2023.9.10",
Expand Down

0 comments on commit 3bad32a

Please sign in to comment.