Skip to content

Commit f33338e

Browse files
authored
Merge branch 'main' into 3.13-wheels
2 parents 147f24f + a6d4184 commit f33338e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828

29-
- uses: pypa/[email protected].1
29+
- uses: pypa/[email protected].2
3030

3131
- uses: actions/upload-artifact@v4
3232
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: 'v0.6.8'
10+
rev: 'v0.6.9'
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--show-fixes"]

c-blosc

Submodule c-blosc updated 368 files

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Breaking changes
2222
Enhancements
2323
~~~~~~~~~~~~
2424

25+
* Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1
26+
and Zstd to v1.5.6.
27+
By :user:`David Stansby <dstansby>`, :issue:`560`.
2528

2629
Fix
2730
~~~

0 commit comments

Comments
 (0)