From 2d782379abd3f80e5ef2c7a136772c10effabe20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 12:45:05 +0300 Subject: [PATCH] Bump reportlab from 3.6.9 to 3.6.11 (#543) Bumps [reportlab](http://www.reportlab.com/) from 3.6.9 to 3.6.11. --- 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 bfc6e25..9855d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,5 +35,5 @@ XMind==1.2.0 yarl==1.7.2 networkx==2.5.1 pyvis==0.2.1 -reportlab==3.6.9 +reportlab==3.6.11 cloudscraper==1.2.60 diff --git a/test-requirements.txt b/test-requirements.txt index cffe364..f7daee8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -reportlab==3.6.9 +reportlab==3.6.11 flake8==4.0.1 pytest==7.1.2 pytest-asyncio==0.16.0;python_version<"3.7"