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 Jan 31, 2024
1 parent 20eb129 commit 3feb312
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ starcraft-hello = "starcraft:hello"
[project.optional-dependencies]
dev = [
"build",
"coverage[toml]==7.3.2",
"pytest==7.4.3",
"coverage[toml]==7.4.1",
"pytest==7.4.4",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
]
lint = [
"black==24.1.0",
"black==24.1.1",
"codespell[toml]==2.2.6",
"ruff==0.1.6",
"ruff==0.1.14",
"yamllint==1.33.0"
]
types = [
"mypy[reports]==1.7.1",
"mypy[reports]==1.8.0",
"pyright==1.1.349",
]
docs = [
Expand Down

0 comments on commit 3feb312

Please sign in to comment.