@@ -28,43 +28,43 @@ dependencies = ["rpmautospec-core<1.0.0,>=0.1.4"]
2828[project .optional-dependencies ]
2929click = [" click<9,>=8" ]
3030pygit2 = [
31- " pygit2<1.19.2 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
31+ " pygit2<1.19.4 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
3232 " pygit2<2.0.0,>=1.4.0; python_full_version >= \" 3.10.0\" and python_full_version < \" 4.0.0\" " ,
3333]
3434rpm = [" rpm" ]
3535norpm = [" norpm<2,>=1.6" ]
3636all = [
3737 " click<9,>=8" ,
38- " pygit2<1.19.2 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
38+ " pygit2<1.19.4 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
3939 " pygit2<2.0.0,>=1.4.0; python_full_version >= \" 3.10.0\" and python_full_version < \" 4.0.0\" " ,
4040 " norpm<2,>=1.6" ,
4141 " rpm" ,
4242]
4343
4444[dependency-groups ]
4545dev = [
46- " pygit2<1.19.2 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
46+ " pygit2<1.19.4 ,>=1.4.0; python_full_version >= \" 3.9.0\" and python_full_version < \" 3.10.0\" " ,
4747 " pygit2<2.0.0,>=1.4.0; python_full_version >= \" 3.10.0\" and python_full_version < \" 4.0.0\" " ,
4848 " pyyaml<7.0.0,>=5.3.1" ,
49- " pytest<9.1 .0,>=6.2.2" ,
50- " pytest-cov>=4.0.0,<7.1 .0" ,
49+ " pytest<9.2 .0,>=6.2.2" ,
50+ " pytest-cov>=4.0.0,<8.0 .0" ,
5151 " pytest-xdist<3.8.1,>=2.5.0; python_version < \" 3.12\" and python_full_version >= \" 3.9.0\" " ,
5252 " pytest-xdist<4.0.0,>=2.5.0; python_version ~= \" 3.12\" " ,
53- " ruff<0.15.5 ,>=0.2.0" ,
54- " coverage<7.13.5 ,>=7.2.0" ,
53+ " ruff<0.15.21 ,>=0.2.0" ,
54+ " coverage<7.15.1 ,>=7.2.0" ,
5555 " coverage-conditional-plugin>=0.9.0" ,
5656 " click<9,>=8" ,
5757 " norpm<2,>=1.6" ,
5858 " rpm" ,
5959]
6060test = [
6161 " pyyaml<7.0.0,>=5.3.1" ,
62- " pytest<9.1 .0,>=6.2.2" ,
63- " pytest-cov>=4.0.0,<7.1 .0" ,
62+ " pytest<9.2 .0,>=6.2.2" ,
63+ " pytest-cov>=4.0.0,<8.0 .0" ,
6464 " pytest-xdist<3.8.1,>=2.5.0; python_version < \" 3.12\" and python_full_version >= \" 3.9.0\" " ,
6565 " pytest-xdist<4.0.0,>=2.5.0; python_version ~= \" 3.12\" " ,
66- " ruff<0.15.5 ,>=0.2.0" ,
67- " coverage<7.13.5 ,>=7.2.0" ,
66+ " ruff<0.15.21 ,>=0.2.0" ,
67+ " coverage<7.15.1 ,>=7.2.0" ,
6868 " coverage-conditional-plugin>=0.9.0" ,
6969]
7070
0 commit comments