From 0de81f678c91761e73f9877b5624648b210ca85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:10:37 +0000 Subject: [PATCH] Bump python-pptx from 0.6.23 to 1.0.1 Bumps [python-pptx](https://github.com/scanny/python-pptx) from 0.6.23 to 1.0.1. - [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst) - [Commits](https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.1) --- 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 8276e21a..2d220afc 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.1", "xlsxwriter==3.2.0", ] optional-dependencies.dev = [ diff --git a/requirements.txt b/requirements.txt index 9d4747cb..e8fc2029 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.1 # via ictu-kwaliteitsaanpak (pyproject.toml) tomlkit==0.13.0 # via pylint