Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Jan 1, 2024
1 parent 4dfe305 commit 32c848f
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 97 deletions.
29 changes: 17 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
lint = [
"domify[test]",
"black==23.12.1",
"darglint==1.8.1",
"mypy==1.7.1",
"ruff==0.1.6",
]
test = [
"pytest==7.4.4",
"pytest-cov==4.1.0",
"typing-extensions==3.7.2; python_version<'3.8'",
]


[project.urls]
Homepage = "https://github.com/Parnassius/domify"

Expand Down Expand Up @@ -78,21 +93,11 @@ release = [

[tool.hatch.envs.lint]
template = "lint"
dependencies = [
"black==23.11.0",
"darglint==1.8.1",
"mypy==1.7.1",
"pytest==7.4.3",
"ruff==0.1.6",
]
features = ["lint"]

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

[[tool.hatch.envs.test.matrix]]
python = [
Expand Down
Loading

0 comments on commit 32c848f

Please sign in to comment.