Skip to content

Commit 3ac7d8d

Browse files
committed
py3-cassandra-medusa: CVE-2024-6345 remediation
1 parent f8167cc commit 3ac7d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py3-cassandra-medusa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: py3-cassandra-medusa
44
version: 0.21.0
5-
epoch: 5
5+
epoch: 6
66
description: Apache Cassandra backup and restore tool
77
copyright:
88
- license: Apache-2.0
@@ -55,7 +55,7 @@ pipeline:
5555
# Setup the virtualenv
5656
python -m venv .venv --system-site-packages
5757
# Bump pip to patch a CVE
58-
.venv/bin/pip install --upgrade pip==24.0 setuptools==65.5.1
58+
.venv/bin/pip install --upgrade pip==24.0 setuptools==70.0.0
5959
6060
- runs: |
6161
.venv/bin/pip install -I -r requirements.txt --no-compile

0 commit comments

Comments
 (0)