Skip to content

Commit e4bb35d

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] <support@github.com>
1 parent 04f5603 commit e4bb35d

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
@@ -99,7 +99,7 @@ imagesize==1.4.1
9999
# via sphinx
100100
iniconfig==2.1.0
101101
# via pytest
102-
isal==1.7.2 ; python_version < "3.14"
102+
isal==1.8.0 ; python_version < "3.14"
103103
# via
104104
# -r requirements/lint.in
105105
# -r requirements/test-common.in

requirements/dev.txt

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

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ idna==3.7
3939
# via trustme
4040
iniconfig==2.1.0
4141
# via pytest
42-
isal==1.7.2
42+
isal==1.8.0
4343
# via -r requirements/lint.in
4444
markdown-it-py==3.0.0
4545
# via rich

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ idna==3.4
5353
# yarl
5454
iniconfig==2.1.0
5555
# via pytest
56-
isal==1.7.2 ; python_version < "3.14"
56+
isal==1.8.0 ; python_version < "3.14"
5757
# via -r requirements/test-common.in
5858
markdown-it-py==3.0.0
5959
# via rich

0 commit comments

Comments
 (0)