Skip to content

Commit 638d299

Browse files
Bump isal from 1.7.2 to 1.8.0
Bumps [isal](https://github.com/pycompression/python-isal) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/pycompression/python-isal/releases) - [Changelog](https://github.com/pycompression/python-isal/blob/develop/CHANGELOG.rst) - [Commits](pycompression/python-isal@v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: isal dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f401e99 commit 638d299

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ imagesize==1.4.1
9696
# via sphinx
9797
iniconfig==2.3.0
9898
# via pytest
99-
isal==1.7.2 ; python_version < "3.14"
99+
isal==1.8.0 ; python_version < "3.14"
100100
# via
101101
# -r requirements/lint.in
102102
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ imagesize==1.4.1
9494
# via sphinx
9595
iniconfig==2.3.0
9696
# via pytest
97-
isal==1.7.2 ; python_version < "3.14"
97+
isal==1.8.0 ; python_version < "3.14"
9898
# via
9999
# -r requirements/lint.in
100100
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ idna==3.10
4141
# via trustme
4242
iniconfig==2.3.0
4343
# via pytest
44-
isal==1.7.2
44+
isal==1.8.0
4545
# via -r requirements/lint.in
4646
markdown-it-py==4.0.0
4747
# via rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ idna==3.10
5555
# yarl
5656
iniconfig==2.3.0
5757
# via pytest
58-
isal==1.7.2 ; python_version < "3.14"
58+
isal==1.8.0 ; python_version < "3.14"
5959
# via -r requirements/test-common.in
6060
markdown-it-py==4.0.0
6161
# via rich

0 commit comments

Comments
 (0)