We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8167cc commit 3ac7d8dCopy full SHA for 3ac7d8d
py3-cassandra-medusa.yaml
@@ -2,7 +2,7 @@
2
package:
3
name: py3-cassandra-medusa
4
version: 0.21.0
5
- epoch: 5
+ epoch: 6
6
description: Apache Cassandra backup and restore tool
7
copyright:
8
- license: Apache-2.0
@@ -55,7 +55,7 @@ pipeline:
55
# Setup the virtualenv
56
python -m venv .venv --system-site-packages
57
# Bump pip to patch a CVE
58
- .venv/bin/pip install --upgrade pip==24.0 setuptools==65.5.1
+ .venv/bin/pip install --upgrade pip==24.0 setuptools==70.0.0
59
60
- runs: |
61
.venv/bin/pip install -I -r requirements.txt --no-compile
0 commit comments