Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Dec 2, 2023
1 parent 04d0677 commit ab557c0
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 210 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ release = [
[tool.hatch.envs.lint]
template = "lint"
dependencies = [
"black==23.7.0",
"black==23.11.0",
"darglint==1.8.1",
"mypy==1.4.1",
"pytest==7.4.0",
"ruff==0.0.282",
"mypy==1.7.1",
"pytest==7.4.3",
"ruff==0.1.6",
]

[tool.hatch.envs.test]
template = "test"
dependencies = [
"pytest==7.4.0",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"typing-extensions==3.7.2; python_version<'3.8'",
]
Expand Down
Loading

0 comments on commit ab557c0

Please sign in to comment.