From 34f6d33f643515e4d1210937ef18e7624feb6bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:04:58 +0000 Subject: [PATCH] Bump lazy-object-proxy from 1.8.0 to 1.10.0 in /src/python Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.8.0 to 1.10.0. - [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: lazy-object-proxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index b707bdd4..19084108 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -38,7 +38,7 @@ isort==5.13.2 # via # -r src/requirements.txt # pylint -lazy-object-proxy==1.8.0 +lazy-object-proxy==1.10.0 # via # -r src/requirements.txt # astroid