Skip to content

Commit 83a0cea

Browse files
k0machifruch
authored andcommitted
fix(project): Update python-jenkins to 1.8.2 and relax dependency
This fixes jenkins library failing to run, since it would previously install incompatible version due to ~= being more restrictive than ^ semver operator. Fixes scylladb#704 Fixes scylladb#703
1 parent 7b74c3d commit 83a0cea

2 files changed

Lines changed: 78 additions & 78 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ web-backend = [
4747
"humanize ~= 3.13.1",
4848
"python-magic ~= 0.4.24",
4949
"uwsgi ~= 2.0.20",
50-
"python-jenkins ~= 1.7.0",
50+
"python-jenkins >= 1.7.0",
5151
"python-slugify ~= 6.1.1",
52-
"pygithub ~= 2.6.1",
52+
"pygithub >= 2.6.1",
5353
"boto3 ~= 1.38.9",
5454
]
5555
docker-image = [

0 commit comments

Comments
 (0)