From 0690bdd530e4d0c7fb804946405482fade56a1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:10:35 +0000 Subject: [PATCH] Bump camelot-py[cv] from 0.9.0 to 0.11.0 Bumps [camelot-py[cv]](https://github.com/camelot-dev/camelot) from 0.9.0 to 0.11.0. - [Changelog](https://github.com/camelot-dev/camelot/blob/master/HISTORY.md) - [Commits](https://github.com/camelot-dev/camelot/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: camelot-py[cv] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/requirements.in b/requirements.in index 3a92d57..add4c81 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -camelot-py[cv]==0.9.0 +camelot-py[cv]==0.11.0 celery==5.1.2 excalibur-py==0.4.3 flask==1.1.4 diff --git a/requirements.txt b/requirements.txt index 73b4cb1..0525ec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ amqp==5.1.1 # via kombu billiard==3.6.4.0 # via celery -camelot-py[cv]==0.9.0 +camelot-py[cv]==0.11.0 # via # -r requirements.in # excalibur-py @@ -31,6 +31,7 @@ click==7.1.2 # click-repl # excalibur-py # flask + # pdftopng click-didyoumean==0.3.0 # via celery click-plugins==1.1.1 @@ -49,6 +50,8 @@ flask==1.1.4 # via # -r requirements.in # excalibur-py +ghostscript==0.7 + # via camelot-py greenlet==2.0.2 # via sqlalchemy itsdangerous==1.1.0 @@ -74,14 +77,16 @@ pandas==1.5.3 # via camelot-py pdfminer-six==20221105 # via camelot-py +pdftopng==0.2.3 + # via camelot-py prompt-toolkit==3.0.38 # via click-repl pycparser==2.21 # via cffi +pypdf==3.16.4 + # via camelot-py pypdf2==2.12.1 - # via - # -r requirements.in - # camelot-py + # via -r requirements.in python-dateutil==2.8.2 # via pandas pytz==2022.7.1 @@ -94,8 +99,13 @@ six==1.16.0 # python-dateutil sqlalchemy==2.0.4 # via excalibur-py +tabulate==0.9.0 + # via camelot-py typing-extensions==4.5.0 - # via sqlalchemy + # via + # pypdf + # pypdf2 + # sqlalchemy vine==5.0.0 # via # amqp