From 2654bf71bc01dabd83f89303fbdd813d890f2316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:20:08 +0000 Subject: [PATCH] Bump reportlab from 4.0.7 to 4.2.2 Bumps [reportlab](https://www.reportlab.com/) from 4.0.7 to 4.2.2. --- updated-dependencies: - dependency-name: reportlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 827a80b78a..314ed32681 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -2615,16 +2615,17 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "reportlab" -version = "4.0.7" +version = "4.2.2" description = "The Reportlab Toolkit" optional = false -python-versions = ">=3.7,<4" +python-versions = "<4,>=3.7" files = [ - {file = "reportlab-4.0.7-py3-none-any.whl", hash = "sha256:956d5874ee56e88753cf4c49452d6a7fa54a64e049a0382bd0c0b2013a26ef9a"}, - {file = "reportlab-4.0.7.tar.gz", hash = "sha256:967c77f00efd918cc231cf8b6d8f4e477dc973b5c16557e3bd18dfaeb5a70234"}, + {file = "reportlab-4.2.2-py3-none-any.whl", hash = "sha256:927616931637e2f13e2ee3b3b6316d7a07803170e258621cff7d138bde17fbb5"}, + {file = "reportlab-4.2.2.tar.gz", hash = "sha256:765eecbdd68491c56947e29c38b8b69b834ee5dbbdd2fb7409f08ebdebf04428"}, ] [package.dependencies] +chardet = "*" pillow = ">=9.0.0" [package.extras] @@ -3107,4 +3108,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "be5974050ae684c4da33cb4b75957043fc98e4d91a66e9741a17320829c2b521" diff --git a/pyproject.toml b/pyproject.toml index 951daa5c69..4951bcbf3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytils = "0.3" pytz = "2023.3" pytz-deprecation-shim = "0.1.0.post0" redis = "4.4.4" -reportlab = "4.0.7" +reportlab = "4.2.2" requests = "2.28.1" requests-toolbelt = "0.10.0" selenium = "3.141.0"