Skip to content

chore(deps): bump the version-all group across 1 directory with 12 updates #1092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Updates the requirements on tenacity, datasets, html2text, pillow, uvicorn, duckduckgo-search, pytest-asyncio, mcp, boto3, beautifulsoup4, huggingface-hub and setuptools to permit the latest version.
Updates tenacity to 9.1.2

Release notes

Sourced from tenacity's releases.

9.1.2

Full Changelog: jd/tenacity@9.1.1...9.1.2

Commits

Updates datasets to 3.5.0

Release notes

Sourced from datasets's releases.

3.5.0

Datasets Features

>>> from datasets import load_dataset, Pdf
>>> repo = "path/to/pdf/folder"  # or username/dataset_name on Hugging Face
>>> dataset = load_dataset(repo, split="train")
>>> dataset[0]["pdf"]
<pdfplumber.pdf.PDF at 0x1075bc320>
>>> dataset[0]["pdf"].pages[0].extract_text()
...

What's Changed

New Contributors

Full Changelog: huggingface/datasets@3.4.1...3.5.0

Commits

Updates html2text to 2025.4.15

Release notes

Sourced from html2text's releases.

2025.4.15

What's Changed

New Contributors

Full Changelog: Alir3z4/html2text@2024.2.26...2025.4.15

Changelog

Sourced from html2text's changelog.

2025.4.15


  • Fix #418: Publishing wheels to PyPI.
  • Feature #386: Support tri-backquote style code block and fix ordered list indent.
  • Fix #310: Fix invalid character reference parsing.
  • #436 & #396: Modernization of wheel building process.

2024.2.26


  • Fixes #409: IndexError on empty strong mark.

2024.2.25


  • Fix #332: Insert at most one space for multiple emphasis
  • Feature #318: Make padded tables more similar to pandoc's pipe_tables.
  • Add support for Python 3.9.
  • Fix extra line breaks inside html link text (between '[' and ']')
  • Fix #344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc.
  • Fix #324: unnecessary spaces around <b>, <em>, and strike tags.
  • Don't wrap tables by default and add a --wrap-tables config option.
  • Feature #198: Ignore <p> tags inside table rows.
  • Don't wrap tables by default and add a --wrap-tables config option
  • Remove support for Python ≤ 3.5. Now requires Python 3.6+.
  • Support for Python 3.10+.
  • Fix #320 padding empty tables and tables with no </tr> tags.
  • Add ignore_mailto_links config option to ignore mailto: style links.
  • Feature #407: Support the superscript and subscript tags.
  • Fix #373: \n inside text of a Markdown link.
  • Feature #406: Improve support for null atttibute values.

2020.1.16


  • Add type annotations.
  • Add support for Python 3.8.
  • Performance improvements when wrap_links is False (the default).
  • Configure setuptools using setup.cfg.

2019.9.26

... (truncated)

Commits

Updates pillow to 11.2.1

Release notes

Sourced from pillow's releases.

11.2.1

https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html

Deprecations

Documentation

Dependencies

... (truncated)

Changelog

Sourced from pillow's changelog.

Changelog (Pillow)

11.1.0 and newer

See GitHub Releases:

11.0.0 (2024-10-15)

  • Update licence to MIT-CMU #8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #8422 [radarhere]

  • Free memory on early return #8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #8402 [radarhere]

... (truncated)

Commits

Updates uvicorn to 0.34.2

Release notes

Sourced from uvicorn's releases.

Version 0.34.2

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.1...0.34.2

Changelog

Sourced from uvicorn's changelog.

0.34.2 (April 19, 2025)

Fixed

  • Flush stdout buffer on Windows to trigger reload (#2604)

0.34.1 (April 13, 2025)

Deprecated

  • Deprecate ServerState in the main module (#2581)

0.34.0 (December 15, 2024)

Added

  • Add content-length to 500 response in wsproto implementation (#2542)

Removed

  • Drop support for Python 3.8 (#2543)

0.33.0 (December 14, 2024)

Removed

  • Remove WatchGod support for --reload (#2536)

0.32.1 (November 20, 2024)

Fixed

  • Drop ASGI spec version to 2.3 on HTTP scope (#2513)
  • Enable httptools lenient data on httptools >= 0.6.3 (#2488)

0.32.0 (October 15, 2024)

Added

  • Officially support Python 3.13 (#2482)
  • Warn when max_request_limit is exceeded (#2430)

0.31.1 (October 9, 2024)

Fixed

  • Support WebSockets 0.13.1 (#2471)
  • Restore support for [*] in trusted hosts (#2480)
  • Add PathLike[str] type hint for ssl_keyfile (#2481)

... (truncated)

Commits

Updates duckduckgo-search to 8.0.1

Release notes

Sourced from duckduckgo-search's releases.

v8.0.1

Full Changelog: deedy5/duckduckgo_search@v8.0.0...v8.0.1

Commits

Updates pytest-asyncio to 0.26.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.26.0

  • Adds configuration option that sets default event loop scope for all tests #793
  • Improved type annotations for pytest_asyncio.fixture #1045
  • Added typing-extensions as additional dependency for Python <3.10 #1045
Commits
  • 4f8ce45 docs: Prepare release of v0.26.0.
  • 498e8a7 Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default
  • 01c22ff build: Update project metadata to use SPDX license identifier
  • 78191c9 [pre-commit.ci] pre-commit autoupdate
  • 9a45551 Build(deps): Bump hypothesis in /dependencies/default
  • 6680409 Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/default
  • aa82c57 Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/default
  • cca587e [pre-commit.ci] pre-commit autoupdate
  • 5d90b29 Build(deps): Bump hypothesis in /dependencies/default
  • c262262 Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/default
  • Additional commits viewable in compare view

Updates mcp to 1.6.0

Release notes

Sourced from mcp's releases.

v1.6.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.5.0...v1.6.0

Commits

Updates boto3 to 1.37.37

Commits
  • a5ead10 Merge branch 'release-1.37.37'
  • 5b7d4f3 Bumping version to 1.37.37
  • b306dd8 Add changelog entries from botocore
  • 97eafed Merge branch 'release-1.37.36'
  • e63f188 Merge branch 'release-1.37.36' into develop
  • 1365c4f Bumping version to 1.37.36
  • 1be267b Add changelog entries from botocore
  • f472693 Merge branch 'release-1.37.35'
  • f1b6957 Merge branch 'release-1.37.35' into develop
  • 26e93c5 Bumping version to 1.37.35
  • Additional commits viewable in compare view

Updates beautifulsoup4 to 4.13.4

Updates huggingface-hub to 0.30.2

Release notes

Sourced from huggingface-hub's releases.

v0.30.2: Fix text-generation task in InferenceClient

Fixing some InferenceClient-related bugs:

Full Changelog: huggingface/huggingface_hub@v0.30.1...v0.30.2

Commits

Updates setuptools to 79.0.0

Changelog

Sourced from setuptools's changelog.

v79.0.0

Deprecations and Removals

  • Removed support for 'legacy-editable' installs. (#917)

v78.1.1

Bugfixes

  • More fully sanitized the filename in PackageIndex._download. (#4946)

v78.1.0

Features

  • Restore access to _get_vc_env with a warning. (#4874)

v78.0.2

Bugfixes

  • Postponed removals of deprecated dash-separated and uppercase fields in setup.cfg. All packages with deprecated configurations are advised to move before 2026. (#4911)

v78.0.1

Misc

v78.0.0

Bugfixes

... (truncated)

Commits
  • 56962ec Bump version: 78.1.1 → 79.0.0
  • b137521 Merge pull request #4953 from pypa/debt/917/remove-legacy-editable
  • f89e652 Removed support for the 'legacy-editable' feature.
  • 8e4868a Bump version: 78.1.0 → 78.1.1
  • 100e9a6 Merge pull request #4951
  • 8faf1d7 Add news fragment.
  • 2ca4a9f Rely on re.sub to perform the decision in one expression.
  • e409e80 Extract _sanitize method for sanitizing the filename.
  • 250a6d1 Add a check to ensure the name resolves relative to the tmpdir.
  • d8390fe Extract _resolve_download_filename with test.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 21, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/version-all-b9ac675d61 branch from 1c22dfa to b053953 Compare April 28, 2025 11:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

…dates

Updates the requirements on [tenacity](https://github.com/jd/tenacity), [datasets](https://github.com/huggingface/datasets), [html2text](https://github.com/Alir3z4/html2text), [pillow](https://github.com/python-pillow/Pillow), [uvicorn](https://github.com/encode/uvicorn), [duckduckgo-search](https://github.com/deedy5/duckduckgo_search), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [mcp](https://github.com/modelcontextprotocol/python-sdk), [boto3](https://github.com/boto/boto3), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [huggingface-hub](https://github.com/huggingface/huggingface_hub) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `tenacity` to 9.1.2
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.0.0...9.1.2)

Updates `datasets` to 3.5.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.4.1...3.5.0)

Updates `html2text` to 2025.4.15
- [Release notes](https://github.com/Alir3z4/html2text/releases)
- [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst)
- [Commits](Alir3z4/html2text@2024.2.26...2025.4.15)

Updates `pillow` to 11.2.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.1.0...11.2.1)

Updates `uvicorn` to 0.34.2
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.34.0...0.34.2)

Updates `duckduckgo-search` to 8.0.1
- [Release notes](https://github.com/deedy5/duckduckgo_search/releases)
- [Commits](deedy5/duckduckgo_search@v7.5.3...v8.0.1)

Updates `pytest-asyncio` to 0.26.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0)

Updates `mcp` to 1.6.0
- [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md)
- [Commits](modelcontextprotocol/python-sdk@v1.5.0...v1.6.0)

Updates `boto3` to 1.37.37
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.18...1.37.37)

Updates `beautifulsoup4` to 4.13.4

Updates `huggingface-hub` to 0.30.2
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.29.2...v0.30.2)

Updates `setuptools` to 79.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.8.0...v79.0.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: datasets
  dependency-version: 3.5.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: html2text
  dependency-version: 2025.4.15
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pillow
  dependency-version: 11.2.1
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: uvicorn
  dependency-version: 0.34.2
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: duckduckgo-search
  dependency-version: 8.0.1
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pytest-asyncio
  dependency-version: 0.26.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: mcp
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: boto3
  dependency-version: 1.37.37
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: beautifulsoup4
  dependency-version: 4.13.4
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: huggingface-hub
  dependency-version: 0.30.2
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: setuptools
  dependency-version: 79.0.0
  dependency-type: direct:production
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/version-all-b9ac675d61 branch from b053953 to 9d94c82 Compare May 12, 2025 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants