Skip to content

Commit a46ebb0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dependabot/uv/python-packages-a4b40b3e3d
2 parents be204a9 + 9396789 commit a46ebb0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/draft-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: release-drafter/release-drafter@v7.1.1
21+
- uses: release-drafter/release-drafter@v7.2.1
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
{% endraw %}

.github/workflows/publish-docs.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.11"
2626
- name: Install the latest version of uv
27-
uses: astral-sh/setup-uv@v8.0.0
27+
uses: astral-sh/setup-uv@v8.1.0
2828
- name: Build documentation
2929
run: |
3030
mkdir pages

.github/workflows/publish-pypi.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
with:
2727
python-version: "3.11"
2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@v8.0.0
29+
uses: astral-sh/setup-uv@v8.1.0
3030
- name: uv build distribution content
3131
run: uv build
3232
- name: Publish package distributions to PyPI
33-
uses: pypa/gh-action-pypi-publish@v1.13.0
33+
uses: pypa/gh-action-pypi-publish@v1.14.0
3434
{% endraw %}

.github/workflows/run-tests.yml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
python-version: "3.11"
2222
- name: Install the latest version of uv
23-
uses: astral-sh/setup-uv@v8.0.0
23+
uses: astral-sh/setup-uv@v8.1.0
2424
# use prek for speedy precommit results
25-
- uses: j178/prek-action@v2.0.1
25+
- uses: j178/prek-action@v2.0.3
2626
# run pre-commit ci lite for automated fixes
2727
- uses: pre-commit-ci/lite-action@v1.1.0
2828
if: ${{ !cancelled() }}
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python_version }}
4444
- name: Install the latest version of uv
45-
uses: astral-sh/setup-uv@v8.0.0
45+
uses: astral-sh/setup-uv@v8.1.0
4646
- name: Run pytest
4747
run: uv run --frozen pytest
4848
{% endraw %}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: detect-private-key
1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: "v2.21.0"
12+
rev: "v2.21.1"
1313
hooks:
1414
- id: pyproject-fmt
1515
- repo: https://github.com/citation-file-format/cffconvert
@@ -39,7 +39,7 @@ repos:
3939
- id: yamllint
4040
exclude: pre-commit-config.yaml
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.15.8"
42+
rev: "v0.15.12"
4343
hooks:
4444
- id: ruff-format
4545
- id: ruff-check

0 commit comments

Comments
 (0)