Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#83)
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 Jun 6, 2023
1 parent d38e78c commit ba60c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ starcraft-hello = "starcraft:hello"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.2.5",
"coverage[toml]==7.2.7",
"pytest==7.3.1",
"pytest-cov==4.0.0",
"pytest-cov==4.1.0",
"pytest-mock==3.10.0",
]
lint = [
Expand All @@ -30,7 +30,7 @@ lint = [
]
types = [
"mypy[reports]==1.3.0",
"pyright==1.1.309",
"pyright==1.1.311",
]
docs = [
"furo==2023.5.20",
Expand Down

0 comments on commit ba60c11

Please sign in to comment.