Skip to content

Commit a5affc6

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 325b680 commit a5affc6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ imagesize==1.4.1
103103
# via sphinx
104104
iniconfig==2.1.0
105105
# via pytest
106-
isal==1.7.2 ; python_version < "3.14"
106+
isal==1.8.0 ; python_version < "3.14"
107107
# via
108108
# -r requirements/lint.in
109109
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ imagesize==1.4.1
101101
# via sphinx
102102
iniconfig==2.1.0
103103
# via pytest
104-
isal==1.7.2 ; python_version < "3.14"
104+
isal==1.8.0 ; python_version < "3.14"
105105
# via
106106
# -r requirements/lint.in
107107
# -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.1.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.1.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)