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] committed Dec 23, 2023
1 parent de23b9a commit 31db9d0
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 @@ -18,7 +18,7 @@ starcraft-hello = "starcraft:hello"
[project.optional-dependencies]
dev = [
"build",
"coverage[toml]==7.3.3",
"coverage[toml]==7.3.4",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
Expand All @@ -30,8 +30,8 @@ lint = [
"yamllint==1.33.0"
]
types = [
"mypy[reports]==1.7.1",
"pyright==1.1.341",
"mypy[reports]==1.8.0",
"pyright==1.1.342",
]
docs = [
"furo==2023.9.10",
Expand Down

0 comments on commit 31db9d0

Please sign in to comment.