From fd94424c195578e68f1ce9e7d84c673ac7b8900b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:33:55 +1100 Subject: [PATCH] Update logilab-common requirement from ~=1.10 to ~=1.11 (#176) --- updated-dependencies: - dependency-name: logilab-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index 74375d4..ed96efd 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -2,6 +2,6 @@ pip~=23.3 virtualenv~=20.24 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability -logilab-common~=1.10 +logilab-common~=1.11 m2r~=0.3 tox~=4.11