Skip to content

Commit 576e3dd

Browse files
committed
Update isal and zlib-ng versions to prevent errors with closing streams
1 parent 2dd88ce commit 576e3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ classifiers = [
1919
requires-python = ">=3.8"
2020
dynamic = ["version"]
2121
dependencies = [
22-
'isal>=1.4.1; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"',
23-
'zlib-ng>=0.4.0; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"'
22+
'isal>=1.6.1; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"',
23+
'zlib-ng>=0.4.1; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"'
2424
]
2525

2626
[project.urls]

0 commit comments

Comments
 (0)