Skip to content

Commit

Permalink
[syft/dependencies] update pip to 24.1 and uv to 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Jun 28, 2024
1 parent 5f7598a commit 39e4cda
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install tox
run: |
pip install --upgrade pip==24.0 uv==0.2.13 tox tox-uv==1.9.0
pip install --upgrade pip==24.1 uv==0.2.17 tox tox-uv==1.9.0
uv --version
- name: Build the docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Install tox
run: |
pip install --upgrade pip==24.0 uv==0.2.13 tox tox-uv==1.9.0
pip install --upgrade pip==24.1 uv==0.2.17 tox tox-uv==1.9.0
- name: Run K8s tests
env:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Install tox and uv
run: |
pip install --upgrade pip==24.0 uv==0.2.13 tox tox-uv==1.9.0 tox-current-env
pip install --upgrade pip==24.1 uv==0.2.17 tox tox-uv==1.9.0 tox-current-env
- name: Run unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
helm version
# install tox
python -m pip install --upgrade pip==24.0
python -m pip install --upgrade pip==24.1
pip install tox
tox -e syft.build.helm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip==24.0 uv==0.2.13 bump2version tox tox-uv==1.9.0
pip install --upgrade pip==24.1 uv==0.2.17 bump2version tox tox-uv==1.9.0
uv --version
- name: Get Release tag
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
pip install --upgrade pip==24.0 uv==0.2.13 tox tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
pip install --upgrade pip==24.1 uv==0.2.17 tox tox-uv==1.9.0 setuptools wheel twine bump2version PyYAML
uv --version
- name: Bump the Version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-syftcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
if: ${{steps.get-hashes.outputs.current_hash != steps.get-hashes.outputs.previous_hash }}
run: |
python -m pip install --upgrade pip==24.0
python -m pip install --upgrade pip==24.1
pip install --upgrade tox setuptools wheel twine bump2version PyYAML
- name: Bump the Version
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Install build dependencies for syftcli
run: |
pip install --upgrade pip==24.0
pip install --upgrade pip==24.1
- name: Install Tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Deps
run: |
pip install --upgrade pip==24.0 uv==0.2.13 tox tox-uv==1.9.0
pip install --upgrade pip==24.1 uv==0.2.17 tox tox-uv==1.9.0
- name: Get pip cache dir
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.frontend == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
brew install kube-linter FairwindsOps/tap/polaris
# Install python deps
pip install --upgrade pip==24.0
pip install --upgrade pip==24.1
pip install tox
kube-linter version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-helm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
brew update
# Install python deps
pip install --upgrade pip==24.0
pip install --upgrade pip==24.1
pip install tox
# Install kubernetes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install pip packages
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.stack == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.stack == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.stack == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.stack == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip install --upgrade pip==24.0
python -m pip install --upgrade pip==24.1
- name: Install uv
if: steps.changes.outputs.syft == 'true'
run: |
python -m pip install uv==0.2.13
python -m pip install uv==0.2.17
python -m pip show uv
where uv || which uv
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.syft == 'true' || steps.changes.outputs.notebooks == 'true'
run: |
pip install --upgrade pip==24.0
pip install --upgrade pip==24.1
pip install uv==0.2.17
uv --version
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.stack == 'true' || steps.changes.outputs.notebooks == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
- name: Upgrade pip
if: steps.changes.outputs.syft == 'true'
run: |
pip install --upgrade pip==24.0 uv==0.2.13
pip install --upgrade pip==24.1 uv==0.2.17
uv --version
- name: Get pip cache dir
Expand Down

0 comments on commit 39e4cda

Please sign in to comment.