From f9fab2459d0a7216b949021be56ebd318e68fcce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 21:54:07 +0300 Subject: [PATCH] Bump lazy-object-proxy from 1.5.0 to 1.5.1 in /cvat/requirements (#1927) Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/ionelmc/python-lazy-object-proxy/releases) - [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- cvat/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/development.txt b/cvat/requirements/development.txt index 074c7cbd..8efb546a 100644 --- a/cvat/requirements/development.txt +++ b/cvat/requirements/development.txt @@ -1,7 +1,7 @@ -r base.txt astroid==2.4.2 isort==4.3.21 -lazy-object-proxy==1.5.0 +lazy-object-proxy==1.5.1 mccabe==0.6.1 pylint==2.5.3 pylint-django==2.2.0