From d9fbdd5ed61c41551e1400d89ead36f2fa0dc49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:55:42 +0000 Subject: [PATCH] Bump convertapi from 1.8.0 to 2.0.0 in /app Bumps [convertapi](https://github.com/ConvertAPI/convertapi-python) from 1.8.0 to 2.0.0. - [Release notes](https://github.com/ConvertAPI/convertapi-python/releases) - [Commits](https://github.com/ConvertAPI/convertapi-python/compare/v1.8.0...v2.0.0) --- updated-dependencies: - dependency-name: convertapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 03a0c63..9019660 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ gunicorn==23.0.0 flask==3.0.3 docxtpl==0.18.0 jinja2==3.1.4 -convertapi==1.8.0 +convertapi==2.0.0 python-dotenv==1.0.1 Flask-WTF==1.2.0 email_validator==2.2.0