From 29c41952ab83405db8e92bea5ff28bdce6c14dbd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 15:25:56 +0300 Subject: [PATCH] Bump lazy-object-proxy from 1.3.1 to 1.5.0 in /cvat/requirements (#1788) Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.3.1 to 1.5.0. - [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.3.1...v1.5.0) 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 0866368f..6fd6ade7 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.3.1 +lazy-object-proxy==1.5.0 mccabe==0.6.1 pylint==2.5.3 pylint-django==2.0.15