Skip to content

Commit

Permalink
Update build/dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 10, 2024
1 parent f86bb3b commit 5ee519f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,33 +49,33 @@ scripts = [
"invoke==2.2.0",
]
lint = [
"black==24.8.0",
"ruff==0.6.3",
"black==24.10.0",
"ruff==0.6.9",
"libzim",
"libzim[build]",
]
check = [
"pyright==1.1.381",
"pyright==1.1.384",
"libzim",
"libzim[build]",
"libzim[test]",
"types-setuptools",
]
test = [
"pytest==8.3.2",
"coverage==7.6.1",
"pytest==8.3.3",
"coverage==7.6.2",
# for cython coverage plugin
"libzim[build]",
]
build = [
"setuptools == 74.1.1",
"setuptools == 75.1.0",
"wheel == 0.44.0",
"cython == 3.0.11",
"delocate == 0.11.0 ; platform_system=='Windows'",
]
dev = [
"pre-commit==3.8.0",
"ipython==8.27.0",
"pre-commit==4.0.1",
"ipython==8.28.0",
"types-setuptools",
"libzim[scripts]",
"libzim[lint]",
Expand Down

0 comments on commit 5ee519f

Please sign in to comment.