From 85a819eab92e50a539cea572264c1becb7c601e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:06:34 +0000 Subject: [PATCH] Bump the version-all group with 9 updates Updates the requirements on [tenacity](https://github.com/jd/tenacity), [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/encode/uvicorn), [duckduckgo-search](https://github.com/deedy5/duckduckgo_search), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [boto3](https://github.com/boto/boto3) to permit the latest version. Updates `tenacity` to 9.1.2 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.0.0...9.1.2) Updates `datasets` to 3.6.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](https://github.com/huggingface/datasets/compare/3.2.0...3.6.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](https://github.com/Alir3z4/html2text/compare/2024.2.26...2025.4.15) Updates `gymnasium` to 1.1.1 - [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases) - [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v1.0.0...v1.1.1) 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](https://github.com/python-pillow/Pillow/compare/10.4.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](https://github.com/encode/uvicorn/compare/0.34.0...0.34.2) Updates `duckduckgo-search` to 8.0.1 - [Release notes](https://github.com/deedy5/duckduckgo_search/releases) - [Commits](https://github.com/deedy5/duckduckgo_search/compare/v7.5.1...v8.0.1) Updates `pytest-asyncio` to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0) Updates `boto3` to 1.38.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.16...1.38.11) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.2 dependency-type: direct:production dependency-group: version-all - dependency-name: datasets dependency-version: 3.6.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: gymnasium dependency-version: 1.1.1 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: boto3 dependency-version: 1.38.11 dependency-type: direct:production dependency-group: version-all ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9bac8a2..16ae5f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ pydantic~=2.10.6 openai~=1.66.3 -tenacity~=9.0.0 +tenacity~=9.1.2 pyyaml~=6.0.2 loguru~=0.7.3 numpy -datasets~=3.2.0 +datasets~=3.6.0 fastapi~=0.115.11 tiktoken~=0.9.0 -html2text~=2024.2.26 -gymnasium~=1.0.0 -pillow~=10.4.0 +html2text~=2025.4.15 +gymnasium~=1.1.1 +pillow~=11.2.1 browsergym~=0.13.3 -uvicorn~=0.34.0 +uvicorn~=0.34.2 unidiff~=0.7.5 browser-use~=0.1.40 googlesearch-python~=1.3.0 baidusearch~=1.0.3 -duckduckgo_search~=7.5.1 +duckduckgo_search~=8.0.1 aiofiles~=24.1.0 pydantic_core~=2.27.2 @@ -26,10 +26,10 @@ playwright~=1.50.0 docker~=7.1.0 pytest~=8.3.5 -pytest-asyncio~=0.25.3 +pytest-asyncio~=0.26.0 mcp~=1.4.1 httpx>=0.27.0 tomli>=2.0.0 -boto3~=1.37.16 +boto3~=1.38.11