Skip to content

Commit 535d469

Browse files
Bump lazy-object-proxy from 1.4.3 to 1.12.0 (#498)
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](ionelmc/python-lazy-object-proxy@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Noah Hanford <bigspaceships56@gmail.com>
1 parent 419b200 commit 535d469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gunicorn~=22.0.0
1212
isort~=6.1.0
1313
itsdangerous~=2.2.0
1414
Jinja2~=3.1.6
15-
lazy-object-proxy~=1.4.0
15+
lazy-object-proxy~=1.12.0
1616
Mako~=1.3.10
1717
MarkupSafe~=3.0.2
1818
mccabe~=0.7.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jinja2==3.1.6
8888
# via
8989
# -r requirements.in
9090
# flask
91-
lazy-object-proxy==1.4.3
91+
lazy-object-proxy==1.12.0
9292
# via -r requirements.in
9393
mako==1.3.10
9494
# via

0 commit comments

Comments
 (0)