From f91ec2ca38100ad2f363f36edeff65f937c67cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:36:24 +0000 Subject: [PATCH] Bump lazy-object-proxy from 1.4.3 to 1.12.0 Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.4.3 to 1.12.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.4.3...v1.12.0) --- updated-dependencies: - dependency-name: lazy-object-proxy dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 48c51eb..831e09d 100644 --- a/requirements.in +++ b/requirements.in @@ -12,7 +12,7 @@ gunicorn~=22.0.0 isort~=6.1.0 itsdangerous~=2.2.0 Jinja2~=3.1.6 -lazy-object-proxy~=1.4.0 +lazy-object-proxy~=1.12.0 Mako~=1.3.10 MarkupSafe~=3.0.2 mccabe~=0.7.0 diff --git a/requirements.txt b/requirements.txt index 7036755..43c9581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ jinja2==3.1.6 # via # -r requirements.in # flask -lazy-object-proxy==1.4.3 +lazy-object-proxy==1.12.0 # via -r requirements.in mako==1.3.10 # via