Skip to content

Commit

Permalink
⏫ Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Nov 11, 2024
1 parent 9ed16f9 commit d850990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"phosphorus>=0.5",
"phosphorus>=0.7",
]
build-backend = "phosphorus.construction.api"

Expand Down Expand Up @@ -47,19 +47,19 @@ dev = [
]
lint = [
"black~=24.10",
"mypy~=1.12",
"mypy~=1.13",
"ruff~=0.7",
]
test = [
"pytest~=8.3",
"pytest-cov~=5.0",
"pytest-cov~=6.0",
]
docs = [
"mkdocs~=1.6",
"mkdocs-material~=9.5",
"mkdocs-material-extensions~=1.3",
"pygments~=2.18",
"pymdown-extensions~=10.11",
"pymdown-extensions~=10.12",
]

[tool.black]
Expand Down

0 comments on commit d850990

Please sign in to comment.