File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,33 +49,33 @@ scripts = [
4949 " invoke==2.2.0" ,
5050]
5151lint = [
52- " black==24.8 .0" ,
53- " ruff==0.6.3 " ,
52+ " black==24.10 .0" ,
53+ " ruff==0.6.9 " ,
5454 " libzim" ,
5555 " libzim[build]" ,
5656]
5757check = [
58- " pyright==1.1.381 " ,
58+ " pyright==1.1.384 " ,
5959 " libzim" ,
6060 " libzim[build]" ,
6161 " libzim[test]" ,
6262 " types-setuptools" ,
6363]
6464test = [
65- " pytest==8.3.2 " ,
66- " coverage==7.6.1 " ,
65+ " pytest==8.3.3 " ,
66+ " coverage==7.6.2 " ,
6767 # for cython coverage plugin
6868 " libzim[build]" ,
6969]
7070build = [
71- " setuptools == 74 .1.1 " ,
71+ " setuptools == 75 .1.0 " ,
7272 " wheel == 0.44.0" ,
7373 " cython == 3.0.11" ,
7474 " delocate == 0.11.0 ; platform_system=='Windows'" ,
7575]
7676dev = [
77- " pre-commit==3.8.0 " ,
78- " ipython==8.27 .0" ,
77+ " pre-commit==4.0.1 " ,
78+ " ipython==8.28 .0" ,
7979 " types-setuptools" ,
8080 " libzim[scripts]" ,
8181 " libzim[lint]" ,
You can’t perform that action at this time.
0 commit comments