From 1e04b11d776985b4d178b8bddd3b36dafe8f2fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:42:46 +0000 Subject: [PATCH] Bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.7.1` | `4.13.5` | | [lxml](https://github.com/lxml/lxml) | `6.0.0` | `6.0.1` | | [xmltodict](https://github.com/martinblech/xmltodict) | `0.11.0` | `0.14.2` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.14.2` | `6.15.0` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.3` | `1.26.4` | Updates `beautifulsoup4` from 4.7.1 to 4.13.5 Updates `lxml` from 6.0.0 to 6.0.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-6.0.0...lxml-6.0.1) Updates `xmltodict` from 0.11.0 to 0.14.2 - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.11.0...v0.14.2) Updates `pyinstaller` from 6.14.2 to 6.15.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.14.2...v6.15.0) Updates `pymupdf` from 1.26.3 to 1.26.4 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.3...1.26.4) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: lxml dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: xmltodict dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyinstaller dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pymupdf dependency-version: 1.26.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1912126..19a13a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,17 +18,17 @@ classifiers = [ "Programming Language :: Python :: 3" ] dependencies = [ - "beautifulsoup4==4.7.1", - "lxml==6.0.0", - "xmltodict==0.11.0", + "beautifulsoup4==4.13.5", + "lxml==6.0.1", + "xmltodict==0.14.2", "pyqt5==5.15.11", "standard-imghdr==3.13.0" ] [project.optional-dependencies] -dev = ["pyinstaller==6.14.2"] +dev = ["pyinstaller==6.15.0"] test = [] -pdf = ["pymupdf==1.26.3"] +pdf = ["pymupdf==1.26.4"] djvu = ["djvulibre-python==0.9.3"] md = ["markdown==3.8.2"] txt = ["textile==4.0.3"]