Skip to content

Commit 40c01bb

Browse files
Merge branch 'main' into lockfile-maintenance-1541bc18
2 parents 1dff8db + 439cbd1 commit 40c01bb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Packages
3434
path: dist
3535
- name: Upload wheel to release
36-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
36+
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
3737
with:
3838
file: dist/*.whl
3939
tag: ${{ github.ref }}

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tox==4.26.0
1+
tox==4.27.0

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python-version: ${{ matrix.python-version }}
5959
allow-prereleases: true
6060

61-
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
61+
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
6262
with:
6363
version: ">=0.5.19"
6464

@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
python-version: "3.x"
8686

87-
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
87+
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
8888
with:
8989
version: ">=0.5.19"
9090

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: 'v0.11.12'
24+
rev: 'v0.12.2'
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.16.0
31+
rev: v1.16.1
3232
hooks:
3333
- id: mypy
3434
pass_filenames: true

0 commit comments

Comments
 (0)