From df9245177f31edf8eec2e62f452fd20de3d90701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:34:27 +0000 Subject: [PATCH] Bump python-pptx from 0.6.23 to 1.0.2 Bumps [python-pptx](https://github.com/scanny/python-pptx) from 0.6.23 to 1.0.2. - [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst) - [Commits](https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.2) --- updated-dependencies: - dependency-name: python-pptx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad8819f9..bfde3f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = [ ] dependencies = [ "python-docx==1.1.2", - "python-pptx==0.6.23", + "python-pptx==1.0.2", "xlsxwriter==3.2.0", ] optional-dependencies.dev = [ diff --git a/requirements.txt b/requirements.txt index 841472b8..d18bf073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ pyproject-hooks==1.1.0 # pip-tools python-docx==1.1.2 # via ictu-kwaliteitsaanpak (pyproject.toml) -python-pptx==0.6.23 +python-pptx==1.0.2 # via ictu-kwaliteitsaanpak (pyproject.toml) tomlkit==0.13.0 # via pylint