Skip to content

Commit 3586fff

Browse files
authored
Merge branch 'main' into feat/convert-decorator
2 parents 13c9327 + 57b314c commit 3586fff

File tree

8 files changed

+540
-485
lines changed

8 files changed

+540
-485
lines changed

.github/workflows/build-docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- run: uvx --with=tox-uv tox run -e docset
3535

36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: docset
3939
path: attrs.tgz

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-e $TOX_PYTHON-tests
9494
9595
- name: Upload coverage data
96-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
96+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9797
with:
9898
name: coverage-data-${{ matrix.python-version }}
9999
path: .coverage.*
@@ -162,7 +162,7 @@ jobs:
162162
coverage report --fail-under=100
163163
164164
- name: Upload HTML report if check failed.
165-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
165+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
166166
with:
167167
name: html-report
168168
path: htmlcov

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: hynek/setup-cached-uv@4300ec2180bc77d705e626a34e381b81a4772c51 # v2.5.0
4343

4444
- name: Run CodSpeed benchmarks
45-
uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab # v4.12.1
45+
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
4646
with:
4747
mode: simulation
4848
run: uvx --with tox-uv tox run -e codspeed

.github/workflows/pypi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: dist
5555

5656
- name: Upload package to Test PyPI
57-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
57+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
5858
with:
5959
repository-url: https://test.pypi.org/legacy/
6060

@@ -77,6 +77,6 @@ jobs:
7777
path: dist
7878

7979
- name: Upload package to PyPI
80-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
80+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
8181
with:
8282
attestations: true

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor 🌈
30-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
30+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
3131
with:
3232
persona: pedantic
3333
...

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.15.9
7+
rev: v0.15.10
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]

tests/test_mypy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,7 @@
13721372
C(0).total = 1 # E: Property "total" defined in "C" is read-only [misc]
13731373
13741374
- case: testTypeInAttrDeferredStar
1375+
disable_cache: true # fails with cache w/ pytest 9 / pytest-mypy-plugins 4
13751376
main: |
13761377
import lib
13771378
files:
@@ -1393,6 +1394,7 @@
13931394
import lib
13941395
13951396
- case: testAttrsDefaultsMroOtherFile
1397+
disable_cache: true # fails with cache w/ pytest 9 / pytest-mypy-plugins 4
13961398
main: |
13971399
import a
13981400
files:

uv.lock

Lines changed: 530 additions & 477 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)