From 2f0c0258319198ca04c1087f01ab538e3cbe29c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:11:37 +0000 Subject: [PATCH] [uv]: Bump imagesize from 1.4.1 to 1.5.0 Bumps [imagesize](https://github.com/shibukawa/imagesize_py) from 1.4.1 to 1.5.0. - [Commits](https://github.com/shibukawa/imagesize_py/compare/1.4.1...1.5.0) --- updated-dependencies: - dependency-name: imagesize dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c12bd80..cf6c2b0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -21,7 +21,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11' # via pytest idna==3.11 ; python_full_version >= '3.11' # via requests -imagesize==1.4.1 ; python_full_version >= '3.11' +imagesize==1.5.0 ; python_full_version >= '3.11' # via sphinx iniconfig==2.3.0 # via pytest