From cabc9d5e2306fac2114fb7947ad596def3c607a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:52:14 +0000 Subject: [PATCH] :arrow_up: bump lazy-loader from 0.4 to 0.5 Bumps [lazy-loader](https://github.com/scientific-python/lazy-loader) from 0.4 to 0.5. - [Release notes](https://github.com/scientific-python/lazy-loader/releases) - [Changelog](https://github.com/scientific-python/lazy-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/scientific-python/lazy-loader/compare/v0.4...v0.5) --- updated-dependencies: - dependency-name: lazy-loader dependency-version: '0.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..a24d8df6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ flexihumanhash==0.9.2 ; python_version >= "3.10" and python_version < "4.0" gymnasium==1.0.0 ; python_version >= "3.10" and python_version < "4.0" imageio==2.36.1 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0" -lazy-loader==0.4 ; python_version >= "3.10" and python_version < "4.0" +lazy-loader==0.5 ; python_version >= "3.10" and python_version < "4.0" loguru==0.7.3 ; python_version >= "3.10" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0"