Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updates the requirements on tenacity, pyyaml, datasets, html2text, gymnasium, pillow, uvicorn, duckduckgo-search, pytest, pytest-asyncio, mcp, boto3, requests, beautifulsoup4, crawl4ai, 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 pyyaml to 6.0.3

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)

6.0.2 (2024-08-06)

6.0.1 (2023-07-18)

6.0 (2021-10-13)

5.4.1 (2021-01-20)

  • yaml/pyyaml#480 -- Fix stub compat with older pyyaml versions that may unwittingly load it

5.4 (2021-01-19)

5.3.1 (2020-03-18)

  • yaml/pyyaml#386 -- Prevents arbitrary code execution during python/object/new constructor

5.3 (2020-01-06)

... (truncated)

Commits

Updates datasets to 4.1.1

Release notes

Sourced from datasets's releases.

4.1.1

What's Changed

New Contributors

Full Changelog: huggingface/datasets@4.1.0...4.1.1

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 gymnasium to 1.2.1

Release notes

Sourced from gymnasium's releases.

v1.2.1

Gymnasium v1.2.1

Minor update that adds new wrappers, optimizes several environment functions and fixes several bugs.

New Features

Fixes

Thank you to all the contributors

Full Changelog: Farama-Foundation/Gymnasium@v1.2.0...v1.2.1

Commits

Updates pillow to 11.3.0

Release notes

Sourced from pillow's releases.

11.3.0

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

Deprecations

Documentation

Dependencies

Testing

... (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.37.0

Release notes

Sourced from uvicorn's releases.

Version 0.37.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

Changelog

Sourced from uvicorn's changelog.

0.37.0 (September 23, 2025)

Added

  • Add --timeout-worker-healthcheck option (#2711)
  • Add os.PathLike[str] type to ssl_ca_certs (#2676)

0.36.1 (September 23, 2025)

Fixed

  • Raise an exception when calling removed Config.setup_event_loop() (#2709)

0.36.0 (September 20, 2025)

Added

  • Support custom IOLOOPs (#2435)
  • Allow to provide importable string in --http, --ws and --loop (#2658)

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)

0.34.3 (June 1, 2025)

Fixed

  • Don't include cwd() when non-empty --reload-dirs is passed (#2598)
  • Apply get_client_addr formatting to WebSocket logging (#2636)

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)

... (truncated)

Commits

Updates duckduckgo-search to 8.1.1

Release notes

Sourced from duckduckgo-search's releases.

v8.1.1

This package (duckduckgo_search) has been renamed to ddgs! Use pip install ddgs instead.

Full Changelog: deedy5/ddgs@v8.1.0...v8.1.1

Commits
  • 3e0e023 chore: bump to v8.1.1
  • a1d25f0 chore(rename to ddgs): package renamed to ddgs
  • dd30156 docs: update README.md
  • 12ad3c6 chore: bump to 8.1.0
  • 69d9e33 feat(text): add bing backend
  • abba618 chore: bump to v8.0.5
  • e79a08a ci: remove #max-parallel: 1
  • 47161d5 fix(cli): update region
  • e46d76c fix(images, news, videos) region='us-en' by default
  • 2ba9577 fix(text): region=None by default
  • Additional commits viewable in compare view

Updates pytest to 8.4.2

Release notes

Sourced from pytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a module is skipped.

  • #13530: Fixed a crash when using pytest.approx{.interpreted-text role="func"} and decimal.Decimal{.interpreted-text role="class"} instances with the decimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python 3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly use from __future__ import annotations and import types for annotations within a if TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in pytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563: pytest.approx{.interpreted-text role="func"} now only imports numpy if NumPy is already in sys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify that pytest_generate_tests is discovered in test modules/classes; other hooks must be in conftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with -Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message for test_doctest_unexpected_exception in Python 3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of the CI environment variable -- by ogrisel{.interpreted-text role="user"}.
Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request #13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash with times output style and skipped module (#13573) (#13579)
  • Additional commits viewable in compare view

Updates pytest-asyncio to 1.2.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.2.0

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#1189)
  • Compatibility with the Pyright type checker (#731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.
Commits
  • 0d3988f ci: Create GitHub release before publishing to PyPI.
  • 07c5a0b docs: Include orphaned news fragment in changelog.
  • be24582 chore: Prepare release of v1.2.0.
  • 7aeb296 docs: Streamline news fragments
  • 7b8311c ci: Fixes a bug that prevented SSH signature from being stripped from release...
  • 9d4c2bd docs: Add changelog entry for Pyright compatibility.
  • 94f6106 test: Added tests which assert that the event loop is reinstated if unset by ...
  • df61991 [pre-commit.ci] pre-commit autoupdate
  • f1f7941 Build(deps): Bump pytest from 8.4.1 to 8.4.2
  • c77d3d3 Build(deps): Bump twine from 6.1.0 to 6.2.0
  • Additional commits viewable in compare view

Updates mcp to 1.15.0

Release notes

Sourced from mcp's releases.

v1.15.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.14.1...v1.15.0

Commits
  • 71889d7 Implementation of SEP 973 - Additional metadata + icons support (#1357)
  • b85e7bd feat: Add SDK support for SEP-1034 default values in elicitation schemas (#1337)
  • c0f1657 Use streamable-http consistently in examples (#1389)
  • 7629fe6 Remove "unconditionally" from conditional description (#1289)
  • 4fb975c feat: add paginated list decorators for prompts, resources, and tools (#1286)
  • 03e19f1 Fastmcp logging progress example (#1270)
  • 20596e5 Add test for ProtectedResourceMetadataParsing (#1236)
  • 7e93a9f Return HTTP 403 for invalid Origin headers (#1353)
  • ca34666 Use --frozen in pre-commit config (#1375)
  • Description has been truncated

Updates the requirements on [tenacity](https://github.com/jd/tenacity), [pyyaml](https://github.com/yaml/pyyaml), [datasets](https://github.com/huggingface/datasets), [html2text](https://github.com/Alir3z4/html2text), [gymnasium](https://github.com/Farama-Foundation/Gymnasium), [pillow](https://github.com/python-pillow/Pillow), [uvicorn](https://github.com/Kludex/uvicorn), [duckduckgo-search](https://github.com/deedy5/duckduckgo_search), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [mcp](https://github.com/modelcontextprotocol/python-sdk), [boto3](https://github.com/boto/boto3), [requests](https://github.com/psf/requests), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [crawl4ai](https://github.com/unclecode/crawl4ai), [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 `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](yaml/pyyaml@6.0.2...6.0.3)

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

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 `gymnasium` to 1.2.1
- [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases)
- [Commits](Farama-Foundation/Gymnasium@v1.1.1...v1.2.1)

Updates `pillow` to 11.3.0
- [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.3.0)

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

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

Updates `pytest` to 8.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...8.4.2)

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

Updates `mcp` to 1.15.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...1.15.0)

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

Updates `requests` to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.5)

Updates `beautifulsoup4` to 4.14.0

Updates `crawl4ai` to 0.7.4
- [Release notes](https://github.com/unclecode/crawl4ai/releases)
- [Changelog](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md)
- [Commits](unclecode/crawl4ai@v0.6.3...v0.7.4)

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

Updates `setuptools` to 80.9.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...v80.9.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: datasets
  dependency-version: 4.1.1
  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: gymnasium
  dependency-version: 1.2.1
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pillow
  dependency-version: 11.3.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: uvicorn
  dependency-version: 0.37.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: duckduckgo-search
  dependency-version: 8.1.1
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pytest-asyncio
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: mcp
  dependency-version: 1.15.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: boto3
  dependency-version: 1.40.40
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: beautifulsoup4
  dependency-version: 4.14.0
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: crawl4ai
  dependency-version: 0.7.4
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: huggingface-hub
  dependency-version: 0.35.1
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 29, 2025
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