diff --git a/pyproject.toml b/pyproject.toml index bab0b57..bba8e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]",