From c11c6efb89ac83f25a9c871a9c8470415023f493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:27:18 +0000 Subject: [PATCH] deps(deps): bump the python-deps group in /feinschliff with 6 updates Updates the requirements on [python-pptx](https://github.com/scanny/python-pptx), [lxml](https://github.com/lxml/lxml), [jsonschema](https://github.com/python-jsonschema/jsonschema), [pyyaml](https://github.com/yaml/pyyaml), [cairosvg](https://github.com/Kozea/CairoSVG) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `python-pptx` 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) Updates `lxml` to 6.1.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.0...lxml-6.1.1) Updates `jsonschema` to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.21.0...v4.26.0) Updates `pyyaml` to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) Updates `cairosvg` to 2.9.0 - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst) - [Commits](https://github.com/Kozea/CairoSVG/compare/2.7.0...2.9.0) Updates `ruff` to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.13...0.15.14) --- updated-dependencies: - dependency-name: python-pptx dependency-version: 1.0.2 dependency-type: direct:production dependency-group: python-deps - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: cairosvg dependency-version: 2.9.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- feinschliff/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/feinschliff/pyproject.toml b/feinschliff/pyproject.toml index 4d74770..7dd31a2 100644 --- a/feinschliff/pyproject.toml +++ b/feinschliff/pyproject.toml @@ -4,13 +4,13 @@ version = "0.2.0" description = "Feinschliff core library and CLI — DSL pipeline + brand pack tooling." requires-python = ">=3.11" dependencies = [ - "python-pptx>=0.6.23", - "lxml>=4.9", - "jsonschema>=4.21", - "pyyaml>=6.0", + "python-pptx>=1.0.2", + "lxml>=6.1.1", + "jsonschema>=4.26.0", + "pyyaml>=6.0.3", "pyphen>=0.17.2", "pillow>=10", - "cairosvg>=2.7", + "cairosvg>=2.9.0", "rough>=1.6", ] @@ -28,7 +28,7 @@ package = true dev = [ "pillow>=12.2.0", "pytest>=9.0.3", - "ruff>=0.15.13", + "ruff>=0.15.14", ] [tool.pytest.ini_options]