diff --git a/.copier-answers.yml b/.copier-answers.yml index dcbbff2..bc488eb 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -8,7 +8,7 @@ # # If you want to run this as a one-off command, prefix with: # `pixi exec --spec copier --spec ruamel.yaml -- {command}` -_commit: v0.5.2 +_commit: v0.5.3 _src_path: https://github.com/quantco/copier-template-python-open-source add_autobump_workflow: false author_email: oliver.borchert@quantco.com diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 35be202..4a805bf 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -74,6 +74,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 + uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: sarif_file: results.sarif diff --git a/pixi.toml b/pixi.toml index 97c6b51..f07e555 100644 --- a/pixi.toml +++ b/pixi.toml @@ -7,6 +7,7 @@ platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"] [tasks] postinstall = "maturin develop" postinstall-release = "pip install --no-build-isolation --no-deps --disable-pip-version-check -v -e ." +uv = "*" [dependencies] python = ">=3.10"