From b2db783620bf1ae579f0dc686e5efeb48e0ec39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:36:09 +0300 Subject: [PATCH] Bump reportlab from 3.6.6 to 3.6.9 (#403) Bumps [reportlab](http://www.reportlab.com/) from 3.6.6 to 3.6.9. --- updated-dependencies: - dependency-name: reportlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4391e05..0a415f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,4 @@ XMind==1.2.0 yarl==1.7.2 networkx==2.5.1 pyvis==0.1.9 -reportlab==3.6.6 +reportlab==3.6.9 diff --git a/test-requirements.txt b/test-requirements.txt index 9fd614a..da108fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -reportlab==3.6.6 +reportlab==3.6.9 flake8==4.0.1 pytest==7.0.1 pytest-asyncio==0.16.0;python_version<"3.7"