Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#115)
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 Jul 11, 2023
1 parent c634986 commit 6a8bb7f
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 @@ -19,19 +19,19 @@ starcraft-hello = "starcraft:hello"
dev = [
"build",
"coverage[toml]==7.2.7",
"pytest==7.3.2",
"pytest==7.4.0",
"pytest-cov==4.1.0",
"pytest-mock==3.10.0",
"pytest-mock==3.11.1",
]
lint = [
"black==23.3.0",
"codespell[toml]==2.2.4",
"codespell[toml]==2.2.5",
"ruff==0.0.272",
"yamllint==1.32.0"
]
types = [
"mypy[reports]==1.3.0",
"pyright==1.1.313",
"mypy[reports]==1.4.1",
"pyright==1.1.316",
]
docs = [
"furo==2023.5.20",
Expand Down

0 comments on commit 6a8bb7f

Please sign in to comment.