From 4216f5c0281fd510eed4cbe7e0fc8a162793c188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:08:06 +0200 Subject: [PATCH] Bump reportlab from 3.6.11 to 3.6.12 (#735) Bumps [reportlab](http://www.reportlab.com/) from 3.6.11 to 3.6.12. --- 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 cf15263..e715f8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,5 +35,5 @@ XMind==1.2.0 yarl==1.8.1 networkx==2.6 pyvis==0.2.1 -reportlab==3.6.11 +reportlab==3.6.12 cloudscraper==1.2.66 diff --git a/test-requirements.txt b/test-requirements.txt index 367d7cc..b411bdf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -reportlab==3.6.11 +reportlab==3.6.12 flake8==5.0.4 pytest==7.2.0 pytest-asyncio==0.16.0;python_version<"3.7"