Skip to content

Commit 95a9306

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1eb65ad commit 95a9306

2 files changed

Lines changed: 171 additions & 186 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,43 +28,43 @@ dependencies = ["rpmautospec-core<1.0.0,>=0.1.4"]
2828
[project.optional-dependencies]
2929
click = ["click<9,>=8"]
3030
pygit2 = [
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
]
3434
rpm = ["rpm"]
3535
norpm = ["norpm<2,>=1.6"]
3636
all = [
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]
4545
dev = [
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
]
6060
test = [
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

Comments
 (0)