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 Aug 23, 2023
1 parent 25c3c1d commit c3b46c6
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 @@ -18,20 +18,20 @@ starcraft-hello = "starcraft:hello"
[project.optional-dependencies]
dev = [
"build",
"coverage[toml]==7.2.7",
"coverage[toml]==7.3.0",
"pytest==7.4.0",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
]
lint = [
"black==23.3.0",
"black==23.7.0",
"codespell[toml]==2.2.5",
"ruff==0.0.285",
"yamllint==1.32.0"
]
types = [
"mypy[reports]==1.4.1",
"pyright==1.1.316",
"mypy[reports]==1.5.1",
"pyright==1.1.323",
]
docs = [
"furo==2023.8.19",
Expand Down

0 comments on commit c3b46c6

Please sign in to comment.