From 6e2b77331c38f6ac0f0ad819de5d5f2277c8a41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:49:51 -0700 Subject: [PATCH] Bump kittycad from 0.7.0 to 0.7.1 (#335) * Bump kittycad from 0.7.0 to 0.7.1 Bumps kittycad from 0.7.0 to 0.7.1. --- updated-dependencies: - dependency-name: kittycad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * uv Signed-off-by: Jess Frazelle * Updating script outputs * use uv Signed-off-by: Jess Frazelle * Updating script outputs --------- Signed-off-by: dependabot[bot] Signed-off-by: Jess Frazelle Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jess Frazelle Co-authored-by: github-actions[bot] --- .github/workflows/build-test.yml | 20 ++++++++++++++------ .github/workflows/mypy.yml | 15 +++++++++------ .github/workflows/python-format.yml | 19 +++++++++++++------ .github/workflows/ruff.yml | 14 ++++++++------ requirements.txt | 2 +- tutorials/conversion_obj_step/output.step | 2 +- 6 files changed, 46 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 5851cbe..1a553bf 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -98,10 +98,14 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - shell: bash + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + - name: Install deps run: | - pip install -r requirements.txt + uv venv .venv + echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV + echo "$PWD/.venv/bin" >> $GITHUB_PATH + uv pip install -r requirements.txt - name: Run scripts shell: bash @@ -198,10 +202,14 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - shell: bash + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + - name: Install deps run: | - pip install -r requirements.txt + uv venv .venv + echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV + echo "$PWD/.venv/bin" >> $GITHUB_PATH + uv pip install -r requirements.txt - name: remove previous outputs shell: bash diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index d2cbd64..86b03d3 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -21,13 +21,16 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 - # Installation instructions are from: https://python-poetry.org/docs/ - - name: Install dependencies - shell: bash + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + - name: Install deps run: | - pip install \ - mypy - pip install -r requirements.txt + uv venv .venv + echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV + echo "$PWD/.venv/bin" >> $GITHUB_PATH + uv pip install \ + mypy + uv pip install -r requirements.txt - name: Run mypy shell: bash diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml index a5b3d7c..ea1132c 100644 --- a/.github/workflows/python-format.yml +++ b/.github/workflows/python-format.yml @@ -22,13 +22,20 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} - - name: format - shell: bash + + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + - name: Install deps run: | - pip install isort ruff black - isort . */*/*.py - ruff format - ruff check --fix . */*/*.py + uv venv .venv + echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV + echo "$PWD/.venv/bin" >> $GITHUB_PATH + uv pip install \ + isort \ + ruff + isort . */*/*.py + ruff format + ruff check --fix . */*/*.py - name: Check for modified files id: git-check diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index caadbd3..0d9cf5f 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -20,13 +20,15 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 - - # Installation instructions are from: https://python-poetry.org/docs/ - - name: Install dependencies - shell: bash + - name: Install the latest version of uv + uses: astral-sh/setup-uv@v3 + - name: Install deps run: | - pip install \ - ruff + uv venv .venv + echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV + echo "$PWD/.venv/bin" >> $GITHUB_PATH + uv pip install \ + ruff - name: Run ruff shell: bash diff --git a/requirements.txt b/requirements.txt index 5de8fe5..47ca886 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -kittycad==0.7.0 +kittycad==0.7.1 diff --git a/tutorials/conversion_obj_step/output.step b/tutorials/conversion_obj_step/output.step index c33da13..dd00c5d 100644 --- a/tutorials/conversion_obj_step/output.step +++ b/tutorials/conversion_obj_step/output.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0560ed9d77b78553726e3fc96400e8ab67b1324969ac5e18f66077788edb0a7 +oid sha256:361aa7d47a082c49a619df42204ddd5cf1e2774fdcc4d82ba98d1cdbd9ca7b0f size 505853