From 25d6b36ebeaba6724853ba0a49fb3a501231a03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:23:55 +0000 Subject: [PATCH] Bump the version-all group across 1 directory with 9 updates 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) and [aiofiles](https://github.com/Tinche/aiofiles) 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 `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](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `datasets` to 4.2.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](https://github.com/huggingface/datasets/compare/3.2.0...4.2.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.2.1 - [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases) - [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v1.0.0...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](https://github.com/python-pillow/Pillow/compare/10.4.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](https://github.com/Kludex/uvicorn/compare/0.34.0...0.37.0) Updates `duckduckgo-search` to 8.1.1 - [Release notes](https://github.com/deedy5/duckduckgo_search/releases) - [Commits](https://github.com/deedy5/duckduckgo_search/compare/v7.5.1...v8.1.1) Updates `aiofiles` to 25.1.0 - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.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.2.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.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: aiofiles dependency-version: 25.1.0 dependency-type: direct:production dependency-group: version-all ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- setup.py | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2dcaabd..55e59ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ pydantic~=2.10.6 openai~=1.66.3 -tenacity~=9.0.0 -pyyaml~=6.0.2 +tenacity~=9.1.2 +pyyaml~=6.0.3 loguru~=0.7.3 numpy -datasets~=3.2.0 +datasets~=4.2.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.2.1 +pillow~=11.3.0 browsergym~=0.13.3 -uvicorn~=0.34.0 +uvicorn~=0.37.0 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.1.1 -aiofiles~=24.1.0 +aiofiles~=25.1.0 pydantic_core~=2.27.2 colorama~=0.4.6 playwright~=1.50.0 diff --git a/setup.py b/setup.py index eb36dac..5be608c 100644 --- a/setup.py +++ b/setup.py @@ -17,20 +17,20 @@ install_requires=[ "pydantic~=2.10.4", "openai>=1.58.1,<1.67.0", - "tenacity~=9.0.0", + "tenacity>=9.0,<9.2", "pyyaml~=6.0.2", "loguru~=0.7.3", "numpy", - "datasets~=3.2.0", - "html2text~=2024.2.26", - "gymnasium~=1.0.0", - "pillow~=10.4.0", + "datasets>=3.2,<4.3", + "html2text>=2024.2.26,<2025.5.0", + "gymnasium>=1.0,<1.3", + "pillow>=10.4,<11.4", "browsergym~=0.13.3", - "uvicorn~=0.34.0", + "uvicorn>=0.34,<0.38", "unidiff~=0.7.5", "browser-use~=0.1.40", "googlesearch-python~=1.3.0", - "aiofiles~=24.1.0", + "aiofiles>=24.1,<25.2", "pydantic_core>=2.27.2,<2.28.0", "colorama~=0.4.6", ],