Bump the python-packages group across 1 directory with 7 updates#6
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the python-packages group across 1 directory with 7 updates#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [lxml](https://github.com/lxml/lxml), [xmltodict](https://github.com/martinblech/xmltodict), [pyinstaller](https://github.com/pyinstaller/pyinstaller), [pymupdf](https://github.com/pymupdf/pymupdf), [markdown](https://github.com/Python-Markdown/markdown) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `beautifulsoup4` from 4.7.1 to 4.14.3 Updates `lxml` from 6.0.0 to 6.0.4 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.0...lxml-6.0.4) Updates `xmltodict` from 0.11.0 to 1.0.4 - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](martinblech/xmltodict@v0.11.0...v1.0.4) Updates `pyinstaller` from 6.14.2 to 6.19.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.14.2...v6.19.0) Updates `pymupdf` from 1.26.3 to 1.26.5 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.26.3...1.26.5) Updates `markdown` from 3.8.2 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8.2...3.9.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: lxml dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: xmltodict dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pyinstaller dependency-version: 6.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pymupdf dependency-version: 1.26.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on beautifulsoup4, lxml, xmltodict, pyinstaller, pymupdf, markdown and setuptools to permit the latest version.
Updates
beautifulsoup4from 4.7.1 to 4.14.3Updates
lxmlfrom 6.0.0 to 6.0.4Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
1fd1d6bFix release date.5154859CI: Include all library versions in libs cache key to asssure updated on vers...6a606f3Add "doesn't crash" tests for LP#2148019.f488f16Prepare release of 6.0.4.1255d98LP#2148019: Prevent spurious MemoryError during namespace cleanup.03b0c4aRemove dead type check.a6f833cFix release date.973d059Update changelog.9044a52Build: Downgrade libiconv to 1.18 since 1.19 does not build reliably.a34dfddBuild: Upgrade libiconv to 1.19.Updates
xmltodictfrom 0.11.0 to 1.0.4Release notes
Sourced from xmltodict's releases.
... (truncated)
Changelog
Sourced from xmltodict's changelog.
... (truncated)
Commits
8d7f1fdchore(master): release 1.0.4ed70434fix(unparse): add bytes_errors policy and handle bytes scalars consistently89c4bf7chore(master): release 1.0.3fd6a73bdocs(readme): fix Fedora and Arch package linksaa16511fix(unparse): serialize None text/attrs as empty values (fixes #401)f7d76c9style: lines required between function definitions1bfb267build: remove unnecessarywheelfrom dependenciesd9f6d40build: no need for README.md in MANIFEST.in34378efbuild: pep 639 complianced079849chore(master): release 1.0.2Updates
pyinstallerfrom 6.14.2 to 6.19.0Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.