Skip to content

Commit 7c16340

Browse files
build(deps): update imagesize requirement from <1.5,>=1.4 to >=1.4,<2.1
Updates the requirements on [imagesize](https://github.com/shibukawa/imagesize_py) to permit the latest version. - [Commits](shibukawa/imagesize_py@1.4.0...2.0.0) --- updated-dependencies: - dependency-name: imagesize dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 301b930 commit 7c16340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"distro==1.9.* ; sys_platform == 'linux'",
3838
"dulwich>=0.24.10,<0.24.11",
3939
"giturlparse>=0.12,<0.15",
40-
"imagesize>=1.4,<1.5",
40+
"imagesize>=1.4,<2.1",
4141
"packaging>=22,<27",
4242
"pypac>=0.16.3,<1",
4343
"python-rule-engine>=0.5,<1.1",

0 commit comments

Comments
 (0)