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 Jan 17, 2024
1 parent a1c10a7 commit 8dca9e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3.2",
"pytest==7.4.3",
"coverage[toml]==7.4.0",
"pytest==7.4.4",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
]
lint = [
"black==23.11.0",
"black==23.12.1",
"codespell[toml]==2.2.6",
"ruff==0.1.6",
"ruff==0.1.13",
"yamllint==1.33.0"
]
types = [
"mypy[reports]==1.7.1",
"pyright==1.1.338",
"mypy[reports]==1.8.0",
"pyright==1.1.347",
]
docs = [
"furo==2023.9.10",
Expand Down

0 comments on commit 8dca9e7

Please sign in to comment.